Merge branch '10.2' into 10.3

This commit is contained in:
Monty 2019-09-02 14:06:56 +03:00
commit a071e0e029
671 changed files with 6035 additions and 9109 deletions

View file

@ -13,6 +13,8 @@
# before calling mi_state_info_write
#
--source include/default_optimizer_switch.inc
create table t1 (a bigint);
lock tables t1 write;
insert into t1 values(0);