diff options
Diffstat (limited to 'sql')
-rw-r--r-- | sql/ha_innobase.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/ha_innobase.cc b/sql/ha_innobase.cc index 251e6c3ca7e..5e6d4b5f50c 100644 --- a/sql/ha_innobase.cc +++ b/sql/ha_innobase.cc @@ -260,7 +260,7 @@ void innobase_mysql_print_thd( /*=====================*/ char* buf, /* in/out: buffer where to print, must be at least - 300 bytes */ + 400 bytes */ void* input_thd)/* in: pointer to a MySQL THD object */ { THD* thd; @@ -338,7 +338,7 @@ innobase_mysql_print_thd( buf=strnmov(buf, thd->query, 150); } *buf='\n'; - /* Here we should add '\0' to the nd of output to mark its end */ + /* Here we should add '\0' to the end of output to mark its end */ #endif } } |