summaryrefslogtreecommitdiff
path: root/mysql-test/t/sp-code.test
diff options
context:
space:
mode:
authorunknown <pem@mysql.com>2006-01-30 15:04:00 +0100
committerunknown <pem@mysql.com>2006-01-30 15:04:00 +0100
commit9161d308617bf0efbe7b0c36ba2a1a8843a2a24d (patch)
treeb6947eaa2d05f1248f63f1a72423bc65fe6887db /mysql-test/t/sp-code.test
parent7ee65fcf8560ab981c5afcd9a3e747577f22e8f0 (diff)
downloadmariadb-git-9161d308617bf0efbe7b0c36ba2a1a8843a2a24d.tar.gz
Post-review fix for BUG#15737 (corrected typo in sp-code.test comment)
mysql-test/t/sp-code.test: Corrected typo in comment.
Diffstat (limited to 'mysql-test/t/sp-code.test')
-rw-r--r--mysql-test/t/sp-code.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/sp-code.test b/mysql-test/t/sp-code.test
index b7b1fdbbb20..0a26ea644f6 100644
--- a/mysql-test/t/sp-code.test
+++ b/mysql-test/t/sp-code.test
@@ -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;