mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge book.sanja.is.com.ua:/Users/bell/mysql/bk/mysql-4.1
into book.sanja.is.com.ua:/Users/bell/mysql/bk/work-4.1
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
drop table if exists test.t1,mysqltest.t1,mysqltest.t2;
|
drop table if exists test.t1,mysqltest.t1,mysqltest.t2;
|
||||||
drop database if exists mysqltest;
|
drop database if exists mysqltest;
|
||||||
|
set GLOBAL query_cache_size=1355776;
|
||||||
reset query cache;
|
reset query cache;
|
||||||
flush status;
|
flush status;
|
||||||
show grants for current_user;
|
show grants for current_user;
|
||||||
@ -206,3 +207,4 @@ delete from mysql.columns_priv where user in ("mysqltest_1","mysqltest_2","mysql
|
|||||||
flush privileges;
|
flush privileges;
|
||||||
drop table test.t1,mysqltest.t1,mysqltest.t2;
|
drop table test.t1,mysqltest.t1,mysqltest.t2;
|
||||||
drop database mysqltest;
|
drop database mysqltest;
|
||||||
|
set GLOBAL query_cache_size=default;
|
||||||
|
@ -1 +0,0 @@
|
|||||||
--set-variable=query_cache_size=1355776
|
|
@ -10,6 +10,8 @@ drop table if exists test.t1,mysqltest.t1,mysqltest.t2;
|
|||||||
drop database if exists mysqltest;
|
drop database if exists mysqltest;
|
||||||
--enable_warnings
|
--enable_warnings
|
||||||
|
|
||||||
|
set GLOBAL query_cache_size=1355776;
|
||||||
|
|
||||||
reset query cache;
|
reset query cache;
|
||||||
flush status;
|
flush status;
|
||||||
connect (root,localhost,root,,test,$MASTER_MYPORT,master.sock);
|
connect (root,localhost,root,,test,$MASTER_MYPORT,master.sock);
|
||||||
@ -145,3 +147,5 @@ delete from mysql.columns_priv where user in ("mysqltest_1","mysqltest_2","mysql
|
|||||||
flush privileges;
|
flush privileges;
|
||||||
drop table test.t1,mysqltest.t1,mysqltest.t2;
|
drop table test.t1,mysqltest.t1,mysqltest.t2;
|
||||||
drop database mysqltest;
|
drop database mysqltest;
|
||||||
|
|
||||||
|
set GLOBAL query_cache_size=default;
|
||||||
|
Reference in New Issue
Block a user