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:
@ -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);
|
||||
|
Reference in New Issue
Block a user