summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2002-06-19 00:22:30 +0300
committermonty@hundin.mysql.fi <>2002-06-19 00:22:30 +0300
commit0d8e13979d49b1ea775a51d1e1b465c9621ef92b (patch)
treedf0fd78ddd1c83d577e830a40da77487a62451b7 /client
parentb1f7c1251c89cbd49fc20d244e14d07415715b71 (diff)
downloadmariadb-git-0d8e13979d49b1ea775a51d1e1b465c9621ef92b.tar.gz
Made keyread (key scanning) a key specific attribute.
This avoids using fulltext keys for table scanning. This also reverts Sinisa's original fix for this problem.
Diffstat (limited to 'client')
-rw-r--r--client/mysqldump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/mysqldump.c b/client/mysqldump.c
index 0ebf0727a58..54bfbef004b 100644
--- a/client/mysqldump.c
+++ b/client/mysqldump.c
@@ -1438,8 +1438,8 @@ int main(int argc, char **argv)
else if (opt_single_transaction) /* Just to make it beautiful enough */
{
/*
- In case we were locking all tables, we did not start transaction
- so there is no need to commit it.
+ In case we were locking all tables, we did not start transaction
+ so there is no need to commit it.
*/
/* This should just free locks as we did not change anything */