mirror of
https://github.com/MariaDB/server.git
synced 2025-02-04 21:02:17 +01:00
aeccbbd926
To prevent ASAN heap-use-after-poison in the MDEV-16549 part of ./mtr --repeat=6 main.derived the initialization of Name_resolution_context was cleaned up.
16 lines
379 B
Text
16 lines
379 B
Text
# Work around MDEV-29508
|
|
|
|
# Tests for PERFORMANCE_SCHEMA
|
|
# Check server start for short server start options
|
|
|
|
select 'Ok, the server started' as result;
|
|
|
|
# See the associated -master.opt file.
|
|
|
|
select @@SQL_MODE;
|
|
show global variables like 'sql_mode';
|
|
|
|
select @@character_set_server;
|
|
show global variables like 'character_set_system';
|
|
|
|
show global variables like 'log_warnings';
|