mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch '11.2' into 11.3
This commit is contained in:
@ -164,3 +164,11 @@ DROP TABLE t1;
|
||||
|
||||
SET @@time_zone=DEFAULT;
|
||||
SET TIMESTAMP=DEFAULT;
|
||||
|
||||
--echo #
|
||||
--echo # MDEV-31608 - Connector/NET fails to connect since 10.10
|
||||
--echo #
|
||||
select count(*) > 0 from information_schema.collations where id IS NULL;
|
||||
SET old_mode=no_null_collation_ids;
|
||||
select count(*) > 0 from information_schema.collations where id IS NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user