mariadb/tests
unknown 32c6b0d72a Prepared_statement deployed instead of PREP_STMT.
libmysqld/lib_sql.cc:
  Prepared_statement now resides entirely in sql_prepare.cc
  Embedded versions of setup_params_data moved to sql_prepare.cc
sql/mysql_priv.h:
  removed declarations for non-existing functions
sql/slave.cc:
  no thd->init_for_queries() any more
sql/sql_class.cc:
  added Statement and Statement_map classes.
  PREP_STMT replaced with Statement (Prepared_statement) and moved to
  sql_prepare.cc
sql/sql_class.h:
  added Statement and Statement_map classes.
  PREP_STMT replaced with Statement (Prepared_statement) and moved to
  sql_prepare.cc
sql/sql_parse.cc:
  thd->init_for_queries() doesn't exist any more
  comment moved to proper place
sql/sql_prepare.cc:
  PREP_STMT replaced with Prepared_statement
  minor code cleanups
tests/client_test.c:
  Later in the test we rely on order of rows, which normally is not defined.
  My patch changes the order.
2003-12-20 02:16:10 +03:00
..
.cvsignore
auto_increment.res
auto_increment.tst
big_record.pl Safety fix to enable RAID in max binaries 2003-05-13 10:54:07 +03:00
client_test.c Prepared_statement deployed instead of PREP_STMT. 2003-12-20 02:16:10 +03:00
connect_test.c Removed some not used files 2003-04-22 22:41:59 +03:00
deadlock_test.c Removed some not used files 2003-04-22 22:41:59 +03:00
drop_test.pl
export.pl
fork2_test.pl
fork_big.pl
fork_big2.pl fork_big2.pl: 2003-11-25 13:06:46 -08:00
function.res
function.tst
grant.pl More tests 2003-05-08 01:47:20 +03:00
grant.res Merge with 4.0.13 2003-05-19 16:35:49 +03:00
insert_and_repair.pl
insert_test.c Removed some not used files 2003-04-22 22:41:59 +03:00
list_test.c Removed some not used files 2003-04-22 22:41:59 +03:00
lock_test.pl
lock_test.res
mail_to_db.pl Block SIGPIPE also for not threaded client programs. 2003-09-23 13:36:01 +03:00
Makefile.am Fix to get thread_test to compile 2003-05-15 17:50:57 +03:00
myisam-big-rows.tst
pmail.pl
rename_test.pl
restore-lock.smack
select_test.c Removed some not used files 2003-04-22 22:41:59 +03:00
showdb_test.c Removed some not used files 2003-04-22 22:41:59 +03:00
ssl_test.c Merge 2003-05-02 15:22:04 +03:00
table_types.pl Safety fix to enable RAID in max binaries 2003-05-13 10:54:07 +03:00
test_delayed_insert.pl
thread_test.c Fix to get thread_test to compile 2003-05-15 17:50:57 +03:00
truncate.pl
udf_test
udf_test.res