mariadb/extra
unknown a1d9e1eec4 Ensure that install_test_db.sh script works with both 'make install' and 'make_binary_distribution' layouts
Abort if we can't allocate memory for table cache
Fix bug with multi-update-tables and BDB tables.


extra/replace.c:
  Fix comments
mysql-test/install_test_db.sh:
  Change internal option from -bin to --bin
  Ensure that script works with both 'make install' and 'make_binary_distribution' layouts (Bug #3031)
mysql-test/mysql-test-run.sh:
  Change internal option from -bin to --bin
sql/ha_berkeley.cc:
  More debug
sql/mysql_priv.h:
  Change table_cache_init to return error
sql/mysqld.cc:
  Abort if we can't allocate memory for table cache. (Bug #3085)
  Enable warnings by default
sql/sql_base.cc:
  Change table_cache_init to return error
sql/sql_update.cc:
  Fix bug with multi-update-tables and BDB tables. Bug #3098
  Problem was that we didn't initialize BDB for calls to rnd_pos()
2004-03-12 01:10:22 +02:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
comp_err.c Merge bk-internal.mysql.com:/home/bk/mysql-4.0 2003-09-23 13:36:25 +03:00
Makefile.am Added new program, mysql_waitpid. 2003-01-07 19:04:41 +02:00
my_print_defaults.c Removed restriction not to be able use non regular files. 2003-08-28 21:27:25 +03:00
mysql_install.c Added useful exit error code for programs using my_getopt in case 2002-05-29 15:07:30 +03:00
mysql_waitpid.c Fixed multi-table-delete for InnoDB tables 2003-02-17 02:14:37 +02:00
perror.c perror.c: 2003-07-12 11:45:43 -05:00
replace.c Ensure that install_test_db.sh script works with both 'make install' and 'make_binary_distribution' layouts 2004-03-12 01:10:22 +02:00
resolve_stack_dump.c Big code cleanup/review before 4.0.2 release. 2002-06-11 11:20:31 +03:00
resolveip.c 4 small items in this: 2003-10-31 23:20:23 +01:00