Sergei Golubchik
08b01ace8a
MDEV-16871 in_predicate_conversion_threshold cannot be set in my.cnf
2019-09-04 09:30:43 +02:00
Sergei Golubchik
37f5569909
@@in_predicate_conversion_threshold
...
* rename in_subquery_conversion_threshold to in_predicate_conversion_threshold
* make it debug-only, hide from users
* change from ulong to uint - same type and range on all architectures
2017-12-21 23:36:00 +01:00
Sergei Golubchik
08687f7ef3
cleanup: my_checksum
...
remove my_crc_dbug_check (gdb can do it itself).
use 0 instead of my_checkum(0, 0, 0) - just as 10.0 does now.
2015-09-04 10:33:50 +02:00
Sergei Golubchik
c238e68d96
move debug_use_static_encryption_keys and debug_encryption_key_version to a plugin
2015-04-08 10:58:46 +02:00
Monty
d7d589dc01
Push for testing of encryption
2015-02-10 10:21:17 +01:00
Sergei Golubchik
3fa8c279d5
INFORMATION_SCHEMA.SYSTEM_VARIABLES.GLOBAL_VALUE_ORIGIN
2014-10-11 10:23:20 +02:00
Sergei Golubchik
513f5840f8
MDEV-6138 show sysvar's help in I_S tables
...
INFORMATION_SCHEMA.SYSTEM_VARIABLES
2014-10-11 10:23:20 +02:00