mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-20 19:04:59 +00:00
Add lib/, t/lib/, and sandbox/. All modules are updated and passing on MySQL 5.1.
This commit is contained in:
19
t/lib/samples/maxsessionfiles_02
Normal file
19
t/lib/samples/maxsessionfiles_02
Normal file
@@ -0,0 +1,19 @@
|
||||
-- MULTIPLE SESSIONS
|
||||
USE `foo`
|
||||
|
||||
SELECT col FROM foo_tbl
|
||||
|
||||
SELECT col FROM foo_tbl
|
||||
|
||||
USE `bar`
|
||||
|
||||
SELECT col FROM bar_tbl
|
||||
-- END SESSION
|
||||
|
||||
USE `bar`
|
||||
|
||||
SELECT col FROM bar_tbl
|
||||
|
||||
SELECT col FROM bar_tbl
|
||||
-- END SESSION
|
||||
|
Reference in New Issue
Block a user