diff options
author | monty@mashka.mysql.fi <> | 2003-07-06 19:09:57 +0300 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-07-06 19:09:57 +0300 |
commit | ebcc7b5a4fca8fb8706e2dd8e5ae79c0d0fd5ca7 (patch) | |
tree | 48933b768c9d8efcf591c87e96b857a99e6977bb /mysql-test/r/select_safe.result | |
parent | bad00c38df725be6150dced836294f45d7bf35df (diff) | |
download | mariadb-git-ebcc7b5a4fca8fb8706e2dd8e5ae79c0d0fd5ca7.tar.gz |
Support for variables with components
Added framework to create/drop and manager buffers for multiple key caches
Diffstat (limited to 'mysql-test/r/select_safe.result')
-rw-r--r-- | mysql-test/r/select_safe.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/select_safe.result b/mysql-test/r/select_safe.result index e73161996b8..0f2a781d073 100644 --- a/mysql-test/r/select_safe.result +++ b/mysql-test/r/select_safe.result @@ -37,7 +37,7 @@ delete from t1 where b="test" limit 1; delete from t1 where a+0=1 limit 2; SET MAX_JOIN_SIZE=2; SELECT @@MAX_JOIN_SIZE, @@SQL_BIG_SELECTS; -@@max_join_size @@sql_big_selects +@@MAX_JOIN_SIZE @@SQL_BIG_SELECTS 2 0 insert into t1 values (null,"a"),(null,"a"),(null,"a"),(null,"a"),(null,"a"),(null,"a"),(null,"a"),(null,"a"),(null,"a"),(null,"a"); SELECT * from t1; |