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

Fixed portablity problem

Removed warnings from mysqltest scripts
This commit is contained in:
monty@mysql.com/nosik.monty.fi
2006-11-28 05:43:30 +02:00
parent 73238029bc
commit 93f246d4c1
10 changed files with 20 additions and 20 deletions

View File

@ -145,11 +145,11 @@ select @@optimizer_prune_level;
#
# These are the values for the parameters that control the greedy optimizer
# (total 6 combinations - 3 for optimizer_search_depth, 2 for optimizer_prune_level):
--
#
# set optimizer_search_depth=0; - automatic
# set optimizer_search_depth=1; - min
# set optimizer_search_depth=62; - max (default)
--
#
# set optimizer_prune_level=0 - exhaustive;
# set optimizer_prune_level=1 - heuristic; # default