diff options
author | pem@mysql.com <> | 2006-01-16 17:55:22 +0100 |
---|---|---|
committer | pem@mysql.com <> | 2006-01-16 17:55:22 +0100 |
commit | 5863337b8f5b07d0f043a406a36e9555350c6b58 (patch) | |
tree | 1917bdb87db759733cb9d07776d6564a83f22102 /mysql-test/r/sp-code.result | |
parent | 559a243686d4ee21a535793a8991384796bc1edd (diff) | |
download | mariadb-git-5863337b8f5b07d0f043a406a36e9555350c6b58.tar.gz |
Post-merge fixes (BUG#14498)
Diffstat (limited to 'mysql-test/r/sp-code.result')
-rw-r--r-- | mysql-test/r/sp-code.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/sp-code.result b/mysql-test/r/sp-code.result index e6c4ffe1731..943471c2261 100644 --- a/mysql-test/r/sp-code.result +++ b/mysql-test/r/sp-code.result @@ -49,7 +49,7 @@ Pos Instruction 9 set err@1 1 10 hreturn 5 11 cfetch c@0 n@4 -12 jump_if_not 15 isnull(n@4) +12 jump_if_not 15(17) isnull(n@4) 13 set nulls@2 (nulls@2 + 1) 14 jump 17 15 set count@3 (count@3 + 1) |