mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@ -612,9 +612,11 @@ drop table t3|
|
||||
# BUG#11758414: Default default_storage_engine not honored when set
|
||||
# from within a stored procedure
|
||||
#
|
||||
--disable_cursor_protocol
|
||||
SELECT @@GLOBAL.default_storage_engine INTO @old_engine|
|
||||
SET @@GLOBAL.default_storage_engine=InnoDB|
|
||||
SET @@SESSION.default_storage_engine=InnoDB|
|
||||
--enable_cursor_protocol
|
||||
# show defaults at define-time
|
||||
SHOW GLOBAL VARIABLES LIKE 'default_storage_engine'|
|
||||
SHOW SESSION VARIABLES LIKE 'default_storage_engine'|
|
||||
|
Reference in New Issue
Block a user