mariadb/libmysql
unknown b4fc7c7fbf Fix for #2208 (multi-query returns wrong result in embedded library)
now we execute only one first select during mysql_real_query
others - during 'mysql_next_result'


include/mysql.h:
  'virtual' next_result added
libmysql/client_settings.h:
  cli_next_result declaration added
libmysql/libmysql.c:
  mysql_next_result now works in embedded library as well
libmysqld/lib_sql.cc:
  emb_next_result implemented
sql/sql_class.h:
  fields to store the rest of the query added
sql/sql_parse.cc:
  Saving the rest of the query added for embedded case
2004-02-10 17:09:59 +04:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
acinclude.m4 Import changeset 2000-07-31 21:29:14 +02:00
client_settings.h Fix for #2208 (multi-query returns wrong result in embedded library) 2004-02-10 17:09:59 +04:00
conf_to_src.c Added missing SSL library (Should be in source distribution) 2003-11-28 12:18:13 +02:00
dll.c - Code cleanup: replaced C++-style comments with the proper syntax for 2003-09-24 08:35:02 +02:00
errmsg.c Fix for #2126 (mysql_server_init call shouldn't be needed) 2003-12-18 15:51:22 +04:00
get_password.c fixed bug #1174 2003-09-02 12:09:27 -04:00
libmysql.c Fix for #2208 (multi-query returns wrong result in embedded library) 2004-02-10 17:09:59 +04:00
libmysql.def CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS 2003-11-18 13:47:27 +02:00
Makefile.am merge with 4.0.15 2003-08-29 13:44:35 +03:00
Makefile.shared Move init_compiled_charsets to own file 2003-10-06 22:56:34 +03:00
manager.c Merge with 4.0 2003-11-04 09:40:36 +02:00