diff options
author | monty@hundin.mysql.fi <> | 2001-06-21 10:50:14 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-06-21 10:50:14 +0300 |
commit | 11e567229ac41541908f976b130ff792bd6754d6 (patch) | |
tree | 1aa843ac71d84cfb5316c1bc479b55cd0cf74b45 /sql/mysqld.cc | |
parent | 34b528f13fea33b7ca15a31e91e627f7c1c72ace (diff) | |
download | mariadb-git-11e567229ac41541908f976b130ff792bd6754d6.tar.gz |
UNIQUE keys are not anymore shown as PRIMARY KEY
Diffstat (limited to 'sql/mysqld.cc')
-rw-r--r-- | sql/mysqld.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc index 177d4ab1ab4..e11da82f43f 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -1190,7 +1190,7 @@ Some pointers may be invalid and cause the dump to abort...\n"); fprintf(stderr, "\n Successfully dumped variables, if you ran with --log, take a look at the\n\ details of what thread %ld did to cause the crash. In some cases of really\n\ -bad corruption, the above values may be invalid\n\n", +bad corruption, the values shown above may be invalid\n\n", thd->thread_id); } fprintf(stderr, "\ @@ -3011,6 +3011,8 @@ static void usage(void) Start without grant tables. This gives all users\n\ FULL ACCESS to all tables!\n\ --safe-mode Skip some optimize stages (for testing)\n\ + --safe-show-database Don't show databases for which the user has no\n\ + privileges\n\ --skip-concurrent-insert\n\ Don't use concurrent insert with MyISAM\n\ --skip-delay-key-write\n\ |