diff options
author | unknown <msvensson@devsrv-b.mysql.com> | 2006-02-15 14:12:36 +0100 |
---|---|---|
committer | unknown <msvensson@devsrv-b.mysql.com> | 2006-02-15 14:12:36 +0100 |
commit | 48b224fa18e8b08f0a6941e06308ea80781bf017 (patch) | |
tree | db370fde2d23701f42ec6a7371c9d3d1ad45779a /mysql-test/r/sp-code.result | |
parent | f8b27ebb54259d2e148db62ddd65761fe1ea36a9 (diff) | |
download | mariadb-git-48b224fa18e8b08f0a6941e06308ea80781bf017.tar.gz |
Bug#17360 sp-code test case broken
- Change 94 to 95 according to Pem's instructions in bug report.
mysql-test/r/sp-code.result:
Update from 94 to 95 according to Pem's instructions
mysql-test/t/disabled.def:
Enable sp-code test case
Diffstat (limited to 'mysql-test/r/sp-code.result')
-rw-r--r-- | mysql-test/r/sp-code.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/sp-code.result b/mysql-test/r/sp-code.result index 4156b351281..8bdb9a724d7 100644 --- a/mysql-test/r/sp-code.result +++ b/mysql-test/r/sp-code.result @@ -155,11 +155,11 @@ Pos Instruction 0 stmt 9 "drop temporary table if exists sudoku..." 1 stmt 1 "create temporary table sudoku_work ( ..." 2 stmt 1 "create temporary table sudoku_schedul..." -3 stmt 94 "call sudoku_init(" +3 stmt 95 "call sudoku_init(" 4 jump_if_not 7(8) p_naive@0 5 stmt 4 "update sudoku_work set cnt = 0 where ..." 6 jump 8 -7 stmt 94 "call sudoku_count(" +7 stmt 95 "call sudoku_count(" 8 stmt 6 "insert into sudoku_schedule (row,col)..." 9 set v_scounter@2 0 10 set v_i@3 1 |