diff options
author | jani@a193-229-222-105.elisa-laajakaista.fi <> | 2005-11-23 14:57:00 +0200 |
---|---|---|
committer | jani@a193-229-222-105.elisa-laajakaista.fi <> | 2005-11-23 14:57:00 +0200 |
commit | 5273071265c894d3f4b01763955ac190ae855750 (patch) | |
tree | ee73c0781d75c64d0c74007e2d2a68f9de4b9a29 /mysql-test/t/variables.test | |
parent | 35735cfefa15d36f100e790b570dd548230a58e8 (diff) | |
parent | 1343975dda2e5dc3f8dac4217a0b63b6db9812d6 (diff) | |
download | mariadb-git-5273071265c894d3f4b01763955ac190ae855750.tar.gz |
Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-new
Diffstat (limited to 'mysql-test/t/variables.test')
-rw-r--r-- | mysql-test/t/variables.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/t/variables.test b/mysql-test/t/variables.test index f23cc0152c1..2d0e2dbc9c9 100644 --- a/mysql-test/t/variables.test +++ b/mysql-test/t/variables.test @@ -237,6 +237,10 @@ set global rpl_recovery_rank=100; set global server_id=100; set global slow_launch_time=100; set sort_buffer_size=100; +set @@max_sp_recursion_depth=10; +select @@max_sp_recursion_depth; +set @@max_sp_recursion_depth=0; +select @@max_sp_recursion_depth; set sql_auto_is_null=1; select @@sql_auto_is_null; set @@sql_auto_is_null=0; |