mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Make sure tests drops objects created and restore variables to default
This commit is contained in:
@ -97,6 +97,7 @@ a
|
||||
7
|
||||
8
|
||||
9
|
||||
SET GLOBAL QUERY_CACHE_SIZE=0;
|
||||
================ Test for BUG#22550 ================
|
||||
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
|
||||
reset master;
|
||||
@ -118,3 +119,4 @@ HEX(a) b
|
||||
SELECT HEX(a),b FROM t1;
|
||||
HEX(a) b
|
||||
0 2
|
||||
DROP TABLE t1;
|
||||
|
Reference in New Issue
Block a user