diff options
author | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2009-10-23 11:20:44 +0500 |
---|---|---|
committer | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2009-10-23 11:20:44 +0500 |
commit | 1ad9d1f1df99e81b5dc68c3f619e2a4d3b867366 (patch) | |
tree | c0a3fdf579f487733eae81ea4bbbfe727818cc27 /mysql-test/r/sp-code.result | |
parent | 6b75adb02099a517f058033a37e9dccf09fbf9b5 (diff) | |
download | mariadb-git-1ad9d1f1df99e81b5dc68c3f619e2a4d3b867366.tar.gz |
Bug#5299 Remove SHOW COLUMN TYPES, backport to Betony
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 39770dc4f2a..949976719ea 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 93 "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 93 "call sudoku_count()" 8 stmt 6 "insert into sudoku_schedule (row,col)..." 9 set v_scounter@2 0 10 set v_i@3 1 |