1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

BUG#12232: Add a server option to treat NULL values as equal when calculating MyISAM index

statistics (like 4.0 did) (patch #3, with review #1 & #2 feedback addressed)
This commit is contained in:
sergefp@mysql.com
2005-09-21 02:18:29 +04:00
parent 8a5c24536c
commit f9475d1d15
10 changed files with 215 additions and 14 deletions

View File

@ -363,6 +363,7 @@ struct system_variables
ulong max_insert_delayed_threads;
ulong myisam_repair_threads;
ulong myisam_sort_buff_size;
ulong myisam_stats_method;
ulong net_buffer_length;
ulong net_interactive_timeout;
ulong net_read_timeout;