summaryrefslogtreecommitdiff
path: root/strings/bfill.c
diff options
context:
space:
mode:
authorunknown <pem@mysql.com>2005-07-01 15:25:51 +0200
committerunknown <pem@mysql.com>2005-07-01 15:25:51 +0200
commit1ff4a0ebf17959d242b7822ecc0438b7078a4acd (patch)
tree2b81457b3223f96449285b78748c31bb3a0fd9c6 /strings/bfill.c
parent6c8d397588722dece2803370409d4776d5ffb461 (diff)
downloadmariadb-git-1ff4a0ebf17959d242b7822ecc0438b7078a4acd.tar.gz
Disabled the GOTO feature. (It's non-standard and undocumented.)
We want to have the defacto standard syntax for labels ("L:" instead of "label L;"), and fix some known bugs, before we enable this again. The code is left intact (#ifdef'ed SP_GOTO) and the test cases are kept in sp-goto.test, for the future... mysql-test/r/sp-error.result: Moved all goto tests to sp-goto.test. mysql-test/r/sp.result: Moved all goto tests to sp-goto.test. mysql-test/t/disabled.def: Disabled GOTO/LABEL (until the label syntax and some bugs can be fixed). We keep the tests in sp-goto.test for the future, but disable for now. mysql-test/t/sp-error.test: Moved all goto tests to sp-goto.test. mysql-test/t/sp.test: Moved all goto tests to sp-goto.test. sql/lex.h: Disabled GOTO/LABEL (until the label syntax and some bugs can be fixed). sql/sql_yacc.yy: Disabled GOTO/LABEL (until the label syntax and some bugs can be fixed).
Diffstat (limited to 'strings/bfill.c')
0 files changed, 0 insertions, 0 deletions