mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Small fixes in mysql and myisamchk.
This commit is contained in:
@ -40,7 +40,7 @@
|
||||
#include <signal.h>
|
||||
#include <violite.h>
|
||||
|
||||
const char *VER= "12.11";
|
||||
const char *VER= "12.12";
|
||||
|
||||
/* Don't try to make a nice table if the data is too big */
|
||||
#define MAX_COLUMN_LENGTH 1024
|
||||
@ -1319,7 +1319,9 @@ com_help (String *buffer __attribute__((unused)),
|
||||
{
|
||||
reg1 int i;
|
||||
|
||||
put_info("\nMySQL commands:",INFO_INFO);
|
||||
put_info("\nFull documentation of MySQL is available at\nhttp://www.mysql.com/documentation/mysql/bychapter/\n", INFO_INFO);
|
||||
put_info("For technical support contracts, visit https://order.mysql.com/\n", INFO_INFO);
|
||||
put_info("MySQL commands:",INFO_INFO);
|
||||
if (!named_cmds)
|
||||
put_info("Note that all text commands must be first on line and end with ';'",INFO_INFO);
|
||||
for (i = 0; commands[i].name; i++)
|
||||
|
Reference in New Issue
Block a user