mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 00:54:30 +02:00
MDEV-5528 Command line variable to choose MariaDB-5.3 vs MySQL-5.6 temporal data formats
This commit is contained in:
parent
a245543bc8
commit
43f185e171
53 changed files with 1643 additions and 588 deletions
|
|
@ -742,6 +742,7 @@ extern my_bool opt_master_verify_checksum;
|
|||
extern my_bool opt_stack_trace;
|
||||
extern my_bool opt_expect_abort;
|
||||
extern my_bool opt_slave_sql_verify_checksum;
|
||||
extern my_bool opt_mysql56_temporal_format;
|
||||
extern ulong binlog_checksum_options;
|
||||
extern bool max_user_connections_checking;
|
||||
extern ulong opt_binlog_dbug_fsync_sleep;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue