mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
11 lines
286 B
Text
11 lines
286 B
Text
|
--echo #
|
||
|
--echo # MDEV-34226 On startup: UBSAN: applying zero offset to null pointer in my_copy_fix_mb from strings/ctype-mb.c and other locations
|
||
|
--echo #
|
||
|
|
||
|
# Connect without a database
|
||
|
|
||
|
connect (con1,localhost,root,,"*NO-ONE*");
|
||
|
SELECT database();
|
||
|
disconnect con1;
|
||
|
connection default;
|