mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
@@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
This commit is contained in:
@ -327,6 +327,8 @@
|
||||
/* Used to check GROUP BY list in the MODE_ONLY_FULL_GROUP_BY mode */
|
||||
#define UNDEF_POS (-1)
|
||||
|
||||
#define IN_SUBQUERY_CONVERSION_THRESHOLD 1000
|
||||
|
||||
#endif /* !MYSQL_CLIENT */
|
||||
|
||||
/* BINLOG_DUMP options */
|
||||
|
Reference in New Issue
Block a user