mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-03 02:55:57 +00:00
Have ResultWriter.pm save the current db.
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
use `test`;
|
||||
select * from test.t order by id
|
||||
##
|
||||
|
@@ -1,2 +1,3 @@
|
||||
use `test`;
|
||||
select * from test.t order by id
|
||||
##
|
||||
|
@@ -1,2 +1,3 @@
|
||||
use `test`;
|
||||
INSERT INTO t (id, username) VALUES (NULL, 'long_username')
|
||||
##
|
||||
|
@@ -1,2 +1,3 @@
|
||||
use `test`;
|
||||
select nonexistent_col from test.t
|
||||
##
|
||||
|
@@ -1,2 +1,3 @@
|
||||
use `test`;
|
||||
select host2_col from test.t
|
||||
##
|
||||
|
@@ -1,2 +1,3 @@
|
||||
use `test`;
|
||||
select host1_col from test.t
|
||||
##
|
||||
|
Reference in New Issue
Block a user