mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.11 into 11.2
This commit is contained in:
@ -170,8 +170,10 @@ DROP TABLE t1;
|
||||
--echo # MDEV-4269: crash when grouping by values()
|
||||
--echo #
|
||||
|
||||
--disable_cursor_protocol
|
||||
SELECT @@default_storage_engine INTO @old_engine;
|
||||
set default_storage_engine=innodb;
|
||||
--enable_cursor_protocol
|
||||
|
||||
create table y select 1 b;
|
||||
select 1 from y group by b;
|
||||
|
Reference in New Issue
Block a user