mariadb/client
unknown 9326aa42ac fixes in mysqltest and mysqlbinlog
trying to understand why --bootstrap option does not create tables
on disk, hope the problem will be fixed when I pull, if not will
debug, but need to commit in order to pull


client/mysqltest.c:
  added safe_connect() and chaned all calls to mysql_real_connect() to
  safe_connect()
mysql-test/install_test_db.sh:
  more diagnostic
sql/log_event.cc:
  fixed compile error in mysqlbinlog
2001-08-20 11:20:47 -06:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
completion_hash.cc Import changeset 2000-07-31 21:29:14 +02:00
completion_hash.h Import changeset 2000-07-31 21:29:14 +02:00
connect_test.c Import changeset 2000-07-31 21:29:14 +02:00
errmsg.c fixed new error messages and got vio to compile 2001-06-08 21:26:59 -06:00
get_password.c Import changeset 2000-07-31 21:29:14 +02:00
insert_test.c Redefinition of myisam_bulk_insert_tree_size 2001-07-10 15:53:08 +03:00
list_test.c Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am merged 2001-08-09 19:16:15 -06:00
my_readline.h Cleanup of tests 2000-12-28 19:25:41 +02:00
mysql.cc merge 2001-05-20 12:38:19 +02:00
mysqladmin.c Fixed problems with decimals withing IF() 2001-05-29 13:46:17 +03:00
mysqlbinlog.cc mysqlbinlog.cc #include <my_pthread.h> before thr_alarm.h 2001-08-14 12:32:34 -04:00
mysqlcheck.c Fixed bug in mysqlcheck when using --fast 2001-06-19 14:30:12 +03:00
mysqldump.c Added support for ANSI SQL X'hex-string' format. 2001-07-04 09:39:58 +03:00
mysqlimport.c Add --default-character-set option to mysqlimport. Thanks to 2001-08-07 16:46:58 -04:00
mysqlshow.c Added --verbose option to mysqlshow 2001-06-12 11:59:14 +03:00
mysqltest.c fixes in mysqltest and mysqlbinlog 2001-08-20 11:20:47 -06:00
password.c Import changeset 2000-07-31 21:29:14 +02:00
readline.cc Cleanup of tests 2000-12-28 19:25:41 +02:00
select_test.c Import changeset 2000-07-31 21:29:14 +02:00
showdb_test.c Import changeset 2000-07-31 21:29:14 +02:00
sql_string.cc changed to use IO_CACHE instead of FILE 2000-11-15 23:00:06 +02:00
sql_string.h changed to use IO_CACHE instead of FILE 2000-11-15 23:00:06 +02:00
ssl_test.c Import changeset 2000-07-31 21:29:14 +02:00
thimble.cc added loops and other cool stuff to mysqltest 2000-12-02 10:11:50 -07:00
thread_test.c Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro 2001-03-26 01:05:04 +03:00