mariadb/client
unknown 6c09775a04 Don't use the MYSQL* returned from mysql_real_connect to overwrite the already initalised mysql variable
client/mysqlslap.c:
  Only use the MYSQL* returned from mysql_reqal_connect as an indicator wether the connect was successfull or not.
  As the manual says about the return value from mysql_real_connect: "A MYSQL* connection handle if the connection
  was successful, NULL if the connection was unsuccessful. For a successful connection, the 
  return value is the same as the value of the first parameter."
2006-04-11 20:49:31 +02:00
..
.cvsignore
client_priv.h client_priv.h: 2006-02-17 13:10:12 +04:00
cmakelists.txt Fix Windows CMake compilation after merge of Magnuses ssl patch. 2006-03-16 16:57:24 +01:00
completion_hash.cc
completion_hash.h
get_password.c
Makefile.am Merging 2006-04-10 20:54:42 +05:00
my_readline.h
mysql.cc Update implementation of new function 'mysql_get_ssl_cipher' after review 2006-04-10 12:23:20 +02:00
mysql_upgrade.c mysql_upgrade.c: 2006-04-11 02:48:19 +02:00
mysqladmin.cc many warnings (practically safe but annoying) corrected 2006-01-03 17:54:54 +01:00
mysqlbinlog.cc Changes to make testsuite run in CMake build tree. 2006-02-10 13:29:01 +01:00
mysqlcheck.c Merge snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0 2006-02-17 08:33:47 -06:00
mysqldump.c Merge mysql.com:/mnt/hda4/home/alik/MySQL/devel/5.0-tree 2006-03-10 22:37:38 +03:00
mysqlimport.c This patch handles compiles with threads, namely if you don't have pthreads it will remove support for threads in the applications (and it is fixed in such a way that tests won't break). 2006-02-25 18:03:11 -08:00
mysqlmanager-pwgen.c
mysqlmanagerc.c
mysqlshow.c Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.0 2005-12-04 15:34:47 +02:00
mysqlslap.c Don't use the MYSQL* returned from mysql_real_connect to overwrite the already initalised mysql variable 2006-04-11 20:49:31 +02:00
mysqltest.c Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 2006-04-11 09:54:00 +02:00
readline.cc
sql_string.cc
sql_string.h