mariadb/libmysqld
Mayank Prasad 34142b84c6 BUG#12561297:LIBMYSQLD/EXAMPLE/MYSQL_EMBEDDED IS ABORTING.
Issue:
When libmysqld/example/mysql_embedded is executed, it was getting abort. Its a
regression as it was working in 5.1 and failed in 5.5. Issue is there because 
remaining_argc/remaining_argv were not getting assigned correctly in 
init_embedded_server() which were being used later in init_common_variable().

Solution:
Rectified code to pass correct argc/argv to be used in init_common_variable().

libmysqld/lib_sql.cc:
  Rectified remaining_argc/remaining_argv assignment.
mysql-test/r/mysql_embedded.result:
  Result file for the test case added.
mysql-test/t/mysql_embedded.test:
  Added test case to verify libmysqld/example/mysql_embedded works.
2011-06-14 00:11:24 +05:30
..
examples Merge 2010-12-29 01:26:31 +01:00
CMakeLists.txt Bug#58158 LINK_LIBRARIES for MYSQL_ADD_PLUGIN is not added to libmysqld 2010-11-16 10:05:54 +01:00
emb_qcache.cc WL#5030: Split and remove mysql_priv.h 2010-03-31 16:05:33 +02:00
emb_qcache.h WL#5030: Split and remove mysql_priv.h 2010-03-31 16:05:33 +02:00
embedded_priv.h WL#1054: Pluggable authentication support 2010-08-09 11:32:50 +03:00
lib_sql.cc BUG#12561297:LIBMYSQLD/EXAMPLE/MYSQL_EMBEDDED IS ABORTING. 2011-06-14 00:11:24 +05:30
libmysqld.c WL#1054: Pluggable authentication support 2010-08-09 11:32:50 +03:00
libmysqld.def Fix build error with CMake 2.8 (mysql_stmt_next_result not exported 2009-12-22 21:49:37 +01:00
libmysqld.rc query_id and my_xid -> ulonglong 2005-01-27 22:38:56 +01:00
resource.h query_id and my_xid -> ulonglong 2005-01-27 22:38:56 +01:00