mariadb/myisammrg
unknown e7b9eabeca Added support of INSERT to MERGE tables
Fixes for embedded libary and openssl


BUILD/compile-pentium-debug-max:
  Added --with-openssl
acinclude.m4:
  Cleanup
client/client_priv.h:
  Include mysql_embed.h to remove not used functions in embedded server
client/mysql.cc:
  Don't use openssl with embedded server
include/Makefile.am:
  Move mysql_embed.h to 'include' directory
include/myisammrg.h:
  Added support of INSERT to MERGE tables
include/mysql.h:
  Fixes for embedded libary and openssl
include/mysql_com.h:
  Fixes for embedded libary and openssl
include/mysql_embed.h:
  Fixes for embedded libary and openssl
include/violite.h:
  Cleanup
libmysql/libmysql.c:
  Safety
libmysqld/examples/Makefile.am:
  Fixes for embedded libary and openssl
libmysqld/lib_sql.cc:
  Fixes for embedded libary and openssl
libmysqld/lib_vio.c:
  Fixes for embedded libary and openssl
libmysqld/libmysqld.c:
  Fixes for embedded libary and openssl
myisammrg/Makefile.am:
  Added support of INSERT to MERGE tables
myisammrg/myrg_create.c:
  Added support of INSERT to MERGE tables
myisammrg/myrg_open.c:
  Added support of INSERT to MERGE tables
myisammrg/myrg_static.c:
  Added support of INSERT to MERGE tables
mysql-test/t/union.test:
  Portability fix
sql/Makefile.am:
  Fixes for embedded libary and openssl
sql/gen_lex_hash.cc:
  Added support of INSERT to MERGE tables
sql/ha_myisammrg.cc:
  Added support of INSERT to MERGE tables
sql/handler.h:
  Added support of INSERT to MERGE tables
sql/mini_client.cc:
  Fixes for embedded libary and openssl
sql/net_serv.cc:
  Fixes for embedded libary and openssl
sql/sql_show.cc:
  Cleanup
Build-tools/Do-all-build-steps:
  Don't build openssl (Need to add proper configure test when to build ssl)
sql/lex.h:
  Added support of INSERT to MERGE tables
sql/sql_yacc.yy:
  Fixes for embedded libary and openssl
2001-09-22 17:40:57 +03:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
make-ccc Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am Added support of INSERT to MERGE tables 2001-09-22 17:40:57 +03:00
mymrgdef.h Fulltext manual changed, MERGE bug fixed 2001-05-16 23:06:30 +02:00
myrg_close.c Faster log::write() call, memory leak fix, flush master fix. 2000-09-16 04:27:21 +03:00
myrg_create.c Added support of INSERT to MERGE tables 2001-09-22 17:40:57 +03:00
myrg_delete.c Fixes for OS2. 2001-08-22 01:45:07 +03:00
myrg_extra.c sql_base.cc merge+insert (v.3) 2000-12-08 13:53:24 +01:00
myrg_info.c Fixed ALTER TABLE on MERGE tables 2001-01-28 21:35:50 +02:00
myrg_locking.c Fixes for OS2. 2001-08-22 01:45:07 +03:00
myrg_open.c Added support of INSERT to MERGE tables 2001-09-22 17:40:57 +03:00
myrg_panic.c Fixes for OS2. 2001-08-22 01:45:07 +03:00
myrg_queue.c Fix for SAFE_MUTEX + MERGE tables 2000-09-21 01:58:38 +03:00
myrg_rfirst.c Fix for SAFE_MUTEX + MERGE tables 2000-09-21 01:58:38 +03:00
myrg_rkey.c Fulltext manual changed, MERGE bug fixed 2001-05-16 23:06:30 +02:00
myrg_rlast.c Fixes for MERGE TABLES and HEAP tables 2000-09-14 02:39:07 +03:00
myrg_rnext.c Fulltext manual changed, MERGE bug fixed 2001-05-16 23:06:30 +02:00
myrg_rprev.c Fulltext manual changed, MERGE bug fixed 2001-05-16 23:06:30 +02:00
myrg_rrnd.c Fixed bug when using MERGE on files > 4G 2001-05-17 00:46:50 +03:00
myrg_rsame.c Import changeset 2000-07-31 21:29:14 +02:00
myrg_static.c Added support of INSERT to MERGE tables 2001-09-22 17:40:57 +03:00
myrg_update.c Import changeset 2000-07-31 21:29:14 +02:00
myrg_write.c Added support of INSERT to MERGE tables 2001-09-22 17:40:57 +03:00