mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.4' into 10.5
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
## - $engine_type should be set
|
||||
##
|
||||
|
||||
--disable_ps2_protocol
|
||||
set sql_mode=no_engine_substitution;
|
||||
eval set default_storage_engine = $engine_type;
|
||||
set autocommit=1;
|
||||
@@ -787,3 +788,4 @@ call p_verify_status_increment(2, 0, 2, 0);
|
||||
drop table t1, t2, t3;
|
||||
drop procedure p_verify_status_increment;
|
||||
drop function f1;
|
||||
--enable_ps2_protocol
|
||||
|
Reference in New Issue
Block a user