summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-04-06 12:13:43 +0300
committermonty@mysql.com <>2004-04-06 12:13:43 +0300
commit49330f61da8692711cb848e1d232cefe2795cf60 (patch)
tree509557fea33580a9b087dce685c789de3664b19e /sql/sql_show.cc
parent03caa47acba6cf3f85e99459e5a972a00a90af47 (diff)
downloadmariadb-git-49330f61da8692711cb848e1d232cefe2795cf60.tar.gz
Fixed warnings from valgrind (not a bug)
Don't add -debug to server version if MYSQL_SERVER_PREFIX is used Indentation cleanups
Diffstat (limited to 'sql/sql_show.cc')
-rw-r--r--sql/sql_show.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_show.cc b/sql/sql_show.cc
index 506a5deda91..021064c6bfc 100644
--- a/sql/sql_show.cc
+++ b/sql/sql_show.cc
@@ -1279,7 +1279,7 @@ store_create_info(THD *thd, TABLE *table, String *packet)
/*
- Again we are using CURRENT_TIMESTAMP instead of NOW becaus eit is
+ Again we are using CURRENT_TIMESTAMP instead of NOW because it is
more standard
*/
has_now_default= table->timestamp_field == field &&