1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Post-review fix for BUG#15737 (corrected typo in sp-code.test comment)

mysql-test/t/sp-code.test:
  Corrected typo in comment.
This commit is contained in:
unknown
2006-01-30 15:04:00 +01:00
parent 7ee65fcf85
commit 9161d30861

View File

@ -63,7 +63,7 @@ drop procedure code_sample;
# wasn't trivial to create a smaller test,
# - There's some value in having another more complex code sample
# in this test file. This might catch future code generation bugs
# that doesn't not show in behaviour in any obvious way.
# that doesn't show in behaviour in any obvious way.
--disable_warnings
drop procedure if exists sudoku_solve;