MDEV-5528 Command line variable to choose MariaDB-5.3 vs MySQL-5.6 temporal data formats

This commit is contained in:
Alexander Barkov 2014-11-03 21:45:06 +04:00
commit 43f185e171
53 changed files with 1643 additions and 588 deletions

View file

@ -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;