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

Make SHOW VARIABLES output really alphabetic.

Note: the patch removes an extra declaration of
the read_only variable. It also assumes that '_'
sorts before [a-z].
This commit is contained in:
paul@ice.snake.net
2004-03-07 20:19:37 -06:00
parent 09113817d2
commit ea28e842cd
2 changed files with 35 additions and 36 deletions

View File

@ -2,8 +2,8 @@ drop table if exists t1;
show variables like "ft\_%";
Variable_name Value
ft_boolean_syntax + -><()~*:""&|
ft_min_word_len 4
ft_max_word_len 84
ft_min_word_len 4
ft_query_expansion_limit 20
ft_stopword_file (built-in)
create table t1 (b text not null);