diff options
author | Alexander Kuleshov <kuleshovmail@gmail.com> | 2017-02-12 23:19:48 +0600 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2017-02-16 17:55:57 +0400 |
commit | 29d78dbb44ee9890b6bc28873344f20fc9157928 (patch) | |
tree | 55b349c1f6b3410dfd84cdc93f7b1795e05ed861 /sql/sql_parse.cc | |
parent | 108b211ee2aa3944f060850a2522fb28c75f6158 (diff) | |
download | mariadb-git-29d78dbb44ee9890b6bc28873344f20fc9157928.tar.gz |
minor typo in a description of mysql_parse()
Diffstat (limited to 'sql/sql_parse.cc')
-rw-r--r-- | sql/sql_parse.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc index f000fe1a37d..3afabc079d0 100644 --- a/sql/sql_parse.cc +++ b/sql/sql_parse.cc @@ -5839,7 +5839,7 @@ void mysql_init_multi_delete(LEX *lex) /* - When you modify mysql_parse(), you may need to mofify + When you modify mysql_parse(), you may need to modify mysql_test_parse_for_slave() in this same file. */ |