mariadb/client
unknown 619232cc8b Fixed three bugs in mysqlcheck and changed documentation for mysqld_multi
client/mysqlcheck.c:
  Fixed three bugs in mysqlcheck:
  1. mysqlcheck died with error Got error: 1103: Incorrect table name when
     executing 'REPAIR TABLE'
  2. --auto-repair used together with --all-in-1 (-1) tried to fix next table
     in a row, independent whether the next table was OK or corrupted, in case an
     error was found from a previous table and the previous table remained unfixed.
  3. --auto-repair didn't work at all when -1 option wasn't used; broken tables
     were not noticed at all.
scripts/mysqld_multi.sh:
  Changed documentation
2002-10-17 19:34:02 +03:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
client_priv.h New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
completion_hash.cc Update copyright 2001-12-06 14:10:51 +02:00
completion_hash.h Update copyright 2001-12-06 14:10:51 +02:00
connect_test.c Update copyright 2001-12-06 14:10:51 +02:00
errmsg.c Update copyright 2001-12-06 14:10:51 +02:00
get_password.c Update copyright 2001-12-06 14:10:51 +02:00
insert_test.c Update copyright 2001-12-06 14:10:51 +02:00
list_test.c Update copyright 2001-12-06 14:10:51 +02:00
Makefile.am Fixed searching after ssl directories. 2002-09-05 16:17:08 +03:00
my_readline.h Update copyright 2001-12-06 14:10:51 +02:00
mysql.cc Fixed some bugs in mysql, mysqladmin and mysqld. 2002-10-15 23:34:55 +03:00
mysqladmin.c Fixed some bugs in mysql, mysqladmin and mysqld. 2002-10-15 23:34:55 +03:00
mysqlbinlog.cc Increased max possible max_allowed_packet to 1G 2002-09-19 17:49:41 +03:00
mysqlcheck.c Fixed three bugs in mysqlcheck and changed documentation for mysqld_multi 2002-10-17 19:34:02 +03:00
mysqldump.c Updated VC++ project files for 4.0.4 2002-09-24 17:11:59 +03:00
mysqlimport.c fixed so that --ssl and --skip-ssl works with the MySQL clients. 2002-09-17 23:46:53 +03:00
mysqlmanager-pwgen.c Big code cleanup/review before 4.0.2 release. 2002-06-11 11:20:31 +03:00
mysqlmanagerc.c Big code cleanup/review before 4.0.2 release. 2002-06-11 11:20:31 +03:00
mysqlshow.c fixed so that --ssl and --skip-ssl works with the MySQL clients. 2002-09-17 23:46:53 +03:00
mysqltest.c Portability fixes. 2002-09-11 06:40:08 +03:00
password.c Update copyright 2001-12-06 14:10:51 +02:00
readline.cc Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
select_test.c Update copyright 2001-12-06 14:10:51 +02:00
showdb_test.c Update copyright 2001-12-06 14:10:51 +02:00
sql_string.cc Update copyright 2001-12-06 14:10:51 +02:00
sql_string.h Update copyright 2001-12-06 14:10:51 +02:00
ssl_test.c Update copyright 2001-12-06 14:10:51 +02:00
thimble.cc Update copyright 2001-12-06 14:10:51 +02:00
thread_test.c Added useful exit error code for programs using my_getopt in case 2002-05-29 15:07:30 +03:00