mariadb/scripts
Michael Widenius c0fc6d42ac Don't do DBUG_ASSERT for checksum errors when using REPAIR
mysql_convert_table_format ignored --engine option.
Fix that zerofill() doesn't write out wrong data to client if run with auto repair.
Ensure that pagecache is properly flushed, even in case of errors.
Handle checksum errors in BLOCK_RECORD format.


scripts/mysql_convert_table_format.sh:
  Fixed that --engine option works
storage/maria/ha_maria.cc:
  Fix that zerofill() doesn't write out wrong data to client if run with auto repair.
storage/maria/ma_check.c:
  Set in_check_table when scanning table to not get DBUG_ASSERT for checksum error.
  Ensure that pagecache is properly flushed, even in case of errors.
  Handle checksum errors in BLOCK_RECORD format.
storage/maria/ma_sort.c:
  Set in_check_table when scanning table to not get DBUG_ASSERT for checksum error.
2011-01-07 17:58:12 +02:00
..
.cvsignore
CMakeLists.txt Fix a loop and install more script files. Renames the perlscripts component to scripts, since it now also has sql scripts. 2010-06-28 15:31:47 +02:00
comp_sql.c Add "name of struct" as first arg to comp_sql 2007-04-23 14:01:48 +02:00
convert-debug-for-diff.sh Trivial fixes, more safe DBUG_ASSERT()'s and some more DBUG_ 2010-08-23 12:52:57 +03:00
fill_help_tables.sql Imported MySQL documentation files from ../mysql-5.1.46 2010-04-28 15:06:11 +02:00
make_binary_distribution.sh Merge with MySQL 5.1.49 2010-08-02 12:01:24 +03:00
make_sharedlib_distribution.sh my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
make_win_bin_dist Make maria 5.1 compilable on Visual Studio 2010 and remove Windows warnings 2010-12-01 21:37:03 +01:00
Makefile.am Merge with MySQL 5.1.50 2010-08-27 17:12:44 +03:00
msql2mysql.sh gen_lex_hash.cc: 2007-01-31 00:06:42 +01:00
mysql_config.pl.in We are now using Valgrind rather than purify, and have for quite some time. 2009-05-06 14:03:24 +02:00
mysql_config.sh We are now using Valgrind rather than purify, and have for quite some time. 2009-05-06 14:03:24 +02:00
mysql_convert_table_format.sh Don't do DBUG_ASSERT for checksum errors when using REPAIR 2011-01-07 17:58:12 +02:00
mysql_find_rows.sh Use /usr/bin/perl as standard Perl install path (bug#44643) 2009-05-09 23:43:48 +02:00
mysql_fix_extensions.sh Use /usr/bin/perl as standard Perl install path (bug#44643) 2009-05-09 23:43:48 +02:00
mysql_fix_privilege_tables.sh Bugs fixed: 2008-01-07 18:54:41 +02:00
mysql_install_db.pl.in make_win_bin_dist CMakeLists.txt resolveip.c Makefile.am: 2007-12-28 01:02:28 +01:00
mysql_install_db.sh Updated failure text for maria_install_db 2010-09-09 18:12:06 +03:00
mysql_secure_installation.pl.in Bug #54004 : mysql_secure_installation identifies "local host" incorrectly 2010-07-14 13:53:49 +03:00
mysql_secure_installation.sh Merge with MySQL 5.1.50 2010-08-27 17:12:44 +03:00
mysql_setpermission.sh Merge up 5.0-build into 5.1-build: 2009-05-29 15:40:55 +02:00
mysql_system_tables.sql 5.0-bugteam->5.1-bugteam merge 2009-10-27 14:09:36 +04:00
mysql_system_tables_data.sql Merge fix for Bug#35754. 2008-10-03 11:54:22 -04:00
mysql_system_tables_fix.sql Bug #53613: mysql_upgrade incorrectly revokes TRIGGER privilege on given table 2010-07-01 12:05:09 +03:00
mysql_test_data_timezone.sql Bug#20166 mysql-test-run.pl does not test system privilege tables creation 2007-02-26 11:49:24 +01:00
mysql_zap.sh Merge up 5.0-build into 5.1-build: 2009-05-29 15:40:55 +02:00
mysqlaccess.conf
mysqlaccess.sh Use /usr/bin/perl as standard Perl install path (bug#44643) 2009-05-09 23:43:48 +02:00
mysqlbug.sh Fix test suite so that it works when doing configure --without-uca 2009-12-27 15:54:41 +02:00
mysqld_multi.sh Removed extra } that caused script to fail with syntax error 2010-05-10 21:23:16 +03:00
mysqld_safe.sh Bug #47095: Can't open_files_limit really be larger than 65535? 2010-04-09 14:47:18 +03:00
mysqldumpslow.sh Add explanation of the possible -s values for mysqldumpslow. (Bug #35663, 2009-05-07 10:40:00 -07:00
mysqlhotcopy.sh Bug #43594: mysqlhotcopy does not ignore log tables and others in mysql database 2010-04-12 11:56:28 +03:00