Have ResultWriter.pm save the current db.

This commit is contained in:
Daniel Nichter
2013-02-20 09:37:43 -07:00
parent 144b4794b9
commit a4d771e991
9 changed files with 50 additions and 18 deletions

View File

@@ -1,2 +1,3 @@
use `test`;
select * from test.t order by id
##

View File

@@ -1,2 +1,3 @@
use `test`;
select * from test.t order by id
##

View File

@@ -1,2 +1,3 @@
use `test`;
INSERT INTO t (id, username) VALUES (NULL, 'long_username')
##

View File

@@ -1,2 +1,3 @@
use `test`;
select nonexistent_col from test.t
##

View File

@@ -1,2 +1,3 @@
use `test`;
select host2_col from test.t
##

View File

@@ -1,2 +1,3 @@
use `test`;
select host1_col from test.t
##