mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
bulk insert code optimized
mysql-test/r/distinct.result: updated mysql-test/r/fulltext.result: updated mysql-test/r/select.result: updated mysql-test/r/show_check.result: updated mysql-test/t/insert.test: updated
This commit is contained in:
@ -3239,8 +3239,8 @@ Field Type Null Key Default Extra Privileges
|
||||
show keys from t2;
|
||||
Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment
|
||||
t2 0 PRIMARY 1 auto A 1199 NULL NULL BTREE
|
||||
t2 0 fld1 1 fld1 A 1199 NULL NULL BTREE
|
||||
t2 1 fld3 1 fld3 A NULL NULL NULL BTREE
|
||||
t2 0 fld1 1 fld1 A 0 NULL NULL BTREE
|
||||
t2 1 fld3 1 fld3 A 1199 NULL NULL BTREE
|
||||
drop table t4, t3, t2, t1;
|
||||
DO 1;
|
||||
DO benchmark(100,1+1),1,1;
|
||||
|
Reference in New Issue
Block a user