mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-distcheck
This commit is contained in:
commit
b6d3eec4f8
3 changed files with 4 additions and 3 deletions
|
@ -436,6 +436,7 @@ revoke all privileges on mysqltest.t1 from mysqltest_1@localhost;
|
||||||
delete from mysql.user where user=_binary'mysqltest_1';
|
delete from mysql.user where user=_binary'mysqltest_1';
|
||||||
drop database mysqltest;
|
drop database mysqltest;
|
||||||
use mysql;
|
use mysql;
|
||||||
insert into tables_priv values ('','mysqltest_1','test_table','test_grantor','',CURRENT_TIMESTAMP,'Select','Select');
|
insert into tables_priv values ('','test_db','mysqltest_1','test_table','test_grantor',CURRENT_TIMESTAMP,'Select','Select');
|
||||||
flush privileges;
|
flush privileges;
|
||||||
delete from tables_priv where host = '' and user = 'mysqltest_1';
|
delete from tables_priv where host = '' and user = 'mysqltest_1';
|
||||||
|
flush privileges;
|
||||||
|
|
|
@ -1057,6 +1057,5 @@ Qcache_inserts 2
|
||||||
show status like "Qcache_hits";
|
show status like "Qcache_hits";
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
Qcache_hits 1
|
Qcache_hits 1
|
||||||
|
|
||||||
drop table t1;
|
drop table t1;
|
||||||
set GLOBAL query_cache_size=0;
|
set GLOBAL query_cache_size=0;
|
||||||
|
|
|
@ -397,6 +397,7 @@ drop database mysqltest;
|
||||||
#
|
#
|
||||||
connection default;
|
connection default;
|
||||||
use mysql;
|
use mysql;
|
||||||
insert into tables_priv values ('','mysqltest_1','test_table','test_grantor','',CURRENT_TIMESTAMP,'Select','Select');
|
insert into tables_priv values ('','test_db','mysqltest_1','test_table','test_grantor',CURRENT_TIMESTAMP,'Select','Select');
|
||||||
flush privileges;
|
flush privileges;
|
||||||
delete from tables_priv where host = '' and user = 'mysqltest_1';
|
delete from tables_priv where host = '' and user = 'mysqltest_1';
|
||||||
|
flush privileges;
|
||||||
|
|
Loading…
Add table
Reference in a new issue