mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 09:04:29 +02:00
MDEV-15851 Stop creating mysql.host table
Changed bootstrap scripts, adjusted result files.
This commit is contained in:
parent
734db318ac
commit
ead9a34a3e
54 changed files with 29 additions and 492 deletions
|
|
@ -2228,28 +2228,24 @@ flush tables;
|
|||
--sorted_result
|
||||
show open tables from mysql;
|
||||
select Host, User from mysql.user limit 0;
|
||||
select Host, Db from mysql.host limit 0;
|
||||
--sorted_result
|
||||
show open tables from mysql;
|
||||
call proc_1();
|
||||
--sorted_result
|
||||
show open tables from mysql;
|
||||
select Host, User from mysql.user limit 0;
|
||||
select Host, Db from mysql.host limit 0;
|
||||
--sorted_result
|
||||
show open tables from mysql;
|
||||
call proc_1();
|
||||
--sorted_result
|
||||
show open tables from mysql;
|
||||
select Host, User from mysql.user limit 0;
|
||||
select Host, Db from mysql.host limit 0;
|
||||
--sorted_result
|
||||
show open tables from mysql;
|
||||
call proc_1();
|
||||
--sorted_result
|
||||
show open tables from mysql;
|
||||
select Host, User from mysql.user limit 0;
|
||||
select Host, Db from mysql.host limit 0;
|
||||
--sorted_result
|
||||
show open tables from mysql;
|
||||
flush tables;
|
||||
|
|
@ -2269,7 +2265,6 @@ drop procedure proc_1;
|
|||
--disable_ps_protocol
|
||||
flush tables;
|
||||
select Host, User from mysql.user limit 0;
|
||||
select Host, Db from mysql.host limit 0;
|
||||
--sorted_result
|
||||
show open tables from mysql;
|
||||
--enable_ps_protocol
|
||||
|
|
@ -2279,21 +2274,18 @@ execute abc;
|
|||
--sorted_result
|
||||
show open tables from mysql;
|
||||
select Host, User from mysql.user limit 0;
|
||||
select Host, Db from mysql.host limit 0;
|
||||
--sorted_result
|
||||
show open tables from mysql;
|
||||
execute abc;
|
||||
--sorted_result
|
||||
show open tables from mysql;
|
||||
select Host, User from mysql.user limit 0;
|
||||
select Host, Db from mysql.host limit 0;
|
||||
--sorted_result
|
||||
show open tables from mysql;
|
||||
execute abc;
|
||||
--sorted_result
|
||||
show open tables from mysql;
|
||||
select Host, User from mysql.user limit 0;
|
||||
select Host, Db from mysql.host limit 0;
|
||||
--sorted_result
|
||||
show open tables from mysql;
|
||||
flush tables;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue