mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 22:34:18 +01:00
125cf0d4e8
"set engine_condition_pushdown" is deprecated, engine condition pushdown is controlled by a new "set optimizer_switch=engine_condition_pushdown=on|off". mysql-test/r/index_merge_myisam.result: @@optimizer_switch has a new flag mysql-test/r/mysqld--help-notwin.result: @@optimizer_switch has a new flag mysql-test/r/mysqld--help-win.result: @@optimizer_switch has a new flag mysql-test/r/optimizer_switch_eng_cond_pushdown1.result: Check how --engine-condition-pushdown and --optimizer-switch influence each other when used together (last wins). mysql-test/r/optimizer_switch_eng_cond_pushdown2.result: Check how --engine-condition-pushdown and --optimizer-switch influence each other when used together (last wins). mysql-test/suite/ndb/r/ndb_condition_pushdown.result: @@engine_condition_pushdown is deprecated, use @@optimizer_switch instead mysql-test/suite/ndb/r/ndb_gis.result: @@engine_condition_pushdown is deprecated, use @@optimizer_switch instead mysql-test/suite/ndb/r/ndb_index_unique.result: @@engine_condition_pushdown is deprecated, use @@optimizer_switch instead mysql-test/suite/ndb/t/ndb_condition_pushdown.test: @@engine_condition_pushdown is deprecated, use @@optimizer_switch instead mysql-test/suite/ndb/t/ndb_gis.test: @@engine_condition_pushdown is deprecated, use @@optimizer_switch instead mysql-test/suite/ndb/t/ndb_index_unique.test: @@engine_condition_pushdown is deprecated, use @@optimizer_switch instead mysql-test/suite/sys_vars/r/engine_condition_pushdown_basic.result: Setting @@engine_condition_pushdown gives a deprecation warning now. We test that the engine_condition_pushdown flag of @@optimizer_switch, and @@engine_condition_pushdown influence each other (turning the flag on/off sets the variable on/off and vice-versa). mysql-test/suite/sys_vars/r/optimizer_switch_basic.result: @@optimizer_switch has a new flag mysql-test/suite/sys_vars/t/engine_condition_pushdown_basic.test: Setting @@engine_condition_pushdown gives a deprecation warning now. We test that the engine_condition_pushdown flag of @@optimizer_switch, and @@engine_condition_pushdown influence each other (turning the flag on/off sets the variable on/off and vice-versa). mysql-test/t/optimizer_switch_eng_cond_pushdown1-master.opt: Check how --engine-condition-pushdown and --optimizer-switch influence each other when used together (last wins). mysql-test/t/optimizer_switch_eng_cond_pushdown1.test: Check how --engine-condition-pushdown and --optimizer-switch influence each other when used together (last wins). mysql-test/t/optimizer_switch_eng_cond_pushdown2-master.opt: Check how --engine-condition-pushdown and --optimizer-switch influence each other when used together (last wins). mysql-test/t/optimizer_switch_eng_cond_pushdown2.test: Check how --engine-condition-pushdown and --optimizer-switch influence each other when used together (last wins). sql/mysql_priv.h: new "engine_condition_pushdown" switch in @@optimizer_switch, on by default, like @@engine_condition_pushdown is on by default. Constants are ULL because optimizer_switch is stored in a ulonglong. sql/mysqld.cc: Making --engine-condition-pushdown and --optimizer-switch (command-line options) influence each other (last wins) sql/records.cc: @@engine_condition_pushdown is deprecated, use @@optimizer_switch instead sql/sql_select.cc: @@engine_condition_pushdown is deprecated, use @@optimizer_switch instead sql/sys_vars.cc: Setting @@engine_condition_pushdown now issues a deprecation message. The version for removal is unknown at this point so I copied it from other deprecation warnings in this file. Turning on/off the engine_condition_pushdown flag of @@optimizer_switch (with SET) turns on/off the @@engine_condition_pushdown variable, and vice-versa, thanks to fix_* functions. |
||
---|---|---|
.. | ||
disabled.def | ||
loaddata_autocom_ndb.test | ||
ndb_alter_table.test | ||
ndb_alter_table2.test | ||
ndb_alter_table3.test | ||
ndb_auto_increment.test | ||
ndb_autoinc.test | ||
ndb_basic.test | ||
ndb_binlog_basic.test | ||
ndb_binlog_ddl_multi.test | ||
ndb_binlog_discover.test | ||
ndb_binlog_format.test | ||
ndb_binlog_ignore_db-master.opt | ||
ndb_binlog_ignore_db.test | ||
ndb_binlog_log_bin.test | ||
ndb_binlog_multi.test | ||
ndb_bitfield.test | ||
ndb_blob.test | ||
ndb_blob_partition.test | ||
ndb_bug26793.test | ||
ndb_bug31477.test | ||
ndb_cache.test | ||
ndb_cache2.test | ||
ndb_cache_multi.test | ||
ndb_cache_multi2.test | ||
ndb_charset.test | ||
ndb_condition_pushdown.test | ||
ndb_config.test | ||
ndb_config2.test | ||
ndb_cursor.test | ||
ndb_database.test | ||
ndb_dd_alter.test | ||
ndb_dd_basic.test | ||
ndb_dd_ddl.test | ||
ndb_dd_disk2memory.test | ||
ndb_dd_dump.test | ||
ndb_dd_sql_features.test | ||
ndb_gis.test | ||
ndb_grant.later | ||
ndb_index.test | ||
ndb_index_ordered.test | ||
ndb_index_unique.test | ||
ndb_insert.test | ||
ndb_limit.test | ||
ndb_load.test | ||
ndb_loaddatalocal.test | ||
ndb_lock.test | ||
ndb_lock_table.test | ||
ndb_minmax.test | ||
ndb_multi.test | ||
ndb_multi_row.test | ||
ndb_partition_error.test | ||
ndb_partition_error2-master.opt | ||
ndb_partition_error2.test | ||
ndb_partition_key.test | ||
ndb_partition_list.test | ||
ndb_partition_range.test | ||
ndb_read_multi_range.test | ||
ndb_rename.test | ||
ndb_replace.test | ||
ndb_restore.test | ||
ndb_restore_compat.test | ||
ndb_restore_different_endian_data.test | ||
ndb_restore_partition-master.opt | ||
ndb_restore_partition.test | ||
ndb_restore_print.test | ||
ndb_row_format.test | ||
ndb_single_user.test | ||
ndb_sp.test | ||
ndb_subquery.test | ||
ndb_temporary.test | ||
ndb_transaction.test | ||
ndb_trigger.test | ||
ndb_truncate.test | ||
ndb_types.test | ||
ndb_update.test | ||
ndb_update_no_read.test | ||
ndb_view.test | ||
ndbapi.test | ||
ps_7ndb.test | ||
strict_autoinc_5ndb.test |