mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Removed unnecessary chahges from previous commit(see ChangeSet 1.1761 04/12/30)
This commit is contained in:
@ -116,7 +116,7 @@ count(distinct n)
|
||||
5000
|
||||
show status like 'Created_tmp_disk_tables';
|
||||
Variable_name Value
|
||||
Created_tmp_disk_tables 1
|
||||
Created_tmp_disk_tables 2
|
||||
drop table t1;
|
||||
create table t1 (s text);
|
||||
flush status;
|
||||
@ -125,5 +125,5 @@ count(distinct s)
|
||||
5000
|
||||
show status like 'Created_tmp_disk_tables';
|
||||
Variable_name Value
|
||||
Created_tmp_disk_tables 1
|
||||
Created_tmp_disk_tables 2
|
||||
drop table t1;
|
||||
|
@ -94,6 +94,6 @@ d
|
||||
2002-10-24 14:50:40
|
||||
show status like "created_tmp%tables";
|
||||
Variable_name Value
|
||||
Created_tmp_disk_tables 0
|
||||
Created_tmp_disk_tables 1
|
||||
Created_tmp_tables 2
|
||||
drop table t1;
|
||||
|
Reference in New Issue
Block a user