mariadb/libmysql
unknown 615cd4ff75 Fixed a bug in prepared statements error handling
After merge fixes


libmysql/libmysql.c:
  Fixed a bug in prepared statements error handling introduced by me on a recent patch
mysql-test/r/delayed.result:
  Updated results
mysql-test/t/delayed.test:
  Bigger timeout needed when using --ps-protocol (don't understand why yet)
  Added output of not_flushed_dealyed_rows for easier debugging
sql/sql_base.cc:
  USE tables_share fix for prepared statements
sql/sql_prepare.cc:
  After merge fix
2005-01-06 16:59:29 +02:00
..
.cvsignore
acinclude.m4
client_settings.h merge with 4.1 2004-10-29 19:26:52 +03:00
conf_to_src.c
dll.c
errmsg.c Merge with global tree 2004-12-31 00:50:30 +02:00
get_password.c
libmysql.c Fixed a bug in prepared statements error handling 2005-01-06 16:59:29 +02:00
libmysql.def libmysql.def, libmysql.c: 2004-11-05 09:00:04 +04:00
Makefile.am WL#1051, more maintanable error messages. 2004-12-13 22:51:54 +02:00
Makefile.shared Added checking for my.cnf file from environment variable MYSQL_HOME 2005-01-04 20:13:47 +02:00
manager.c