diff options
author | msvensson@neptunus.(none) <> | 2006-11-15 10:23:27 +0100 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-11-15 10:23:27 +0100 |
commit | 15c3ed7517aeb7cc89277afc8beaf3d610cf02f8 (patch) | |
tree | 7a8705274fa8b0035377163641ecf440b1e5e39c /mysql-test/r/init_connect.result | |
parent | a0f00ce965405e0ff01db91b7642b406f5129779 (diff) | |
download | mariadb-git-15c3ed7517aeb7cc89277afc8beaf3d610cf02f8.tar.gz |
Cleanup after test cases
Diffstat (limited to 'mysql-test/r/init_connect.result')
-rw-r--r-- | mysql-test/r/init_connect.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/init_connect.result b/mysql-test/r/init_connect.result index f90ee5913a1..f5ec0bdc932 100644 --- a/mysql-test/r/init_connect.result +++ b/mysql-test/r/init_connect.result @@ -132,7 +132,7 @@ x 17 19 drop trigger trg1; -set global init_connect=default; +set global init_connect="set @a='a\\0c'"; revoke all privileges, grant option from mysqltest1@localhost; drop user mysqltest1@localhost; drop table t1, t2; |