mariadb/libmysqld
unknown 6fbd3da597 fix for #1344
handling of init-file option added to embedded library
main problem was killing of output (resulting recordsets etc)
i added checks for empty output in Protocol:: methods
better solution could be special Protocol_nul class to redirect
results to nowhere


libmysqld/lib_sql.cc:
  code was added to call read_init_file
  Protocol methods now can support output to nowhere
sql/mysqld.cc:
  bootstrap function extended to work in embedded library
sql/sql_parse.cc:
  handle_bootstrap modified to work in embedded library
2003-09-29 21:07:53 +05:00
..
examples SCRUM 2003-06-17 21:32:31 +05:00
copyright Added all changes from old 4.0 version: 2001-04-11 13:04:03 +02:00
embedded_priv.h SCRUM 2003-09-29 14:09:51 +05:00
lib_sql.cc fix for #1344 2003-09-29 21:07:53 +05:00
libmysqld.c Merge 2003-09-26 15:40:26 +05:00
libmysqld.def Fixed some new memory leaks 2003-06-24 12:10:35 +03:00
Makefile.am SCRUM: 2003-09-26 15:33:13 +05:00