summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorunknown <monty@tik.mysql.com>2000-12-15 11:09:15 +0200
committerunknown <monty@tik.mysql.com>2000-12-15 11:09:15 +0200
commite7fde22e1a2e8e1eb1ea122a6b5f97786453200a (patch)
tree9cfc1d788d705118f7d0ef103b447ec48c587d6b /client
parent4a063ba73bc659f29810b1e5961bd4ce819daa7d (diff)
parente1e7ba756a609f9e78d4cbf8291b7f1859df4425 (diff)
downloadmariadb-git-e7fde22e1a2e8e1eb1ea122a6b5f97786453200a.tar.gz
Merge narttu:/my/mysql into tik.mysql.com:/home/my/mysql
BitKeeper/etc/logging_ok: auto-union Docs/manual.texi: Auto merged
Diffstat (limited to 'client')
-rw-r--r--client/mysqldump.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/mysqldump.c b/client/mysqldump.c
index ac9aed87022..f27f5c5e35b 100644
--- a/client/mysqldump.c
+++ b/client/mysqldump.c
@@ -660,11 +660,10 @@ static uint getTableStructure(char *table, char* db)
strpos=strend(insert_pat);
while ((row=mysql_fetch_row(tableRes)))
{
- ulong *lengths=mysql_fetch_lengths(tableRes);
if (init)
{
if (cFlag)
- strpos=strmov(strpos,", ");
+ strpos=strmov(strpos,", ");
}
init=1;
if (cFlag)