Commit 4defd5d5 authored by unknown's avatar unknown

mysqldump.c:

  typos in comment.


client/mysqldump.c:
  typos in comment.
parent 52d5c01d
......@@ -1781,7 +1781,7 @@ static int init_dumping(char *database)
if (opt_databases || opt_alldbs)
{
/*
length of table name * 2 (if name contain quotas), 2 quotas and 0
length of table name * 2 (if name contains quotes), 2 quotes and 0
*/
char quoted_database_buf[64*2+3];
char *qdatabase= quote_name(database,quoted_database_buf,opt_quoted);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment