summaryrefslogtreecommitdiff
path: root/mysql-test/r/mysqlcheck.result
Commit message (Collapse)AuthorAgeFilesLines
* backported:Sergey Glukhov2010-01-151-3/+0
| | | | | -WL#2822 INFORMATION_SCHEMA.ROUTINES: Add missing columns -WL#2003 INFORMATION_SCHEMA: PARAMETERS view -addon for 'I_S optimization' WL
* Bug#35427 INFORMATION_SCHEMA.TABLES.TABLE_CATALOG is NULL, should be "def"Sergey Glukhov2009-10-231-4/+4
| | | backport to betony
* mysqlcheck failed to fix table names when using the --fix-table-namesJim Winstead2009-05-201-0/+14
| | | | and --all-in-1 options together. (Bug #31821)
* Commit for merge and pushStaale Smedseng2009-02-271-1/+1
|\
* \ MergeMagnus Svensson2009-01-271-1/+0
|\ \
| * | WL#4189 mtr.pl v2Magnus Svensson2009-01-261-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - rewrite "check warnings" to be faster by not creating a full join between error_log and suspicious_patterns while running REGEXP. Instead add a column to error_log that will be set to 1 to indicate a warning and run the 6 REGEXP's we have for suspicious lines as 6 separate full table scans. - Remove the "suspicious_patterns" table from mtr db - Use 'xykls37' as separator when loading the error log, that line should hopefully never exist in a line that should be a warning
* | | merge: 5.1 -> 5.1-rplLuis Soares2009-01-231-0/+54
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | conflicts: Text conflict in client/mysqltest.cc Text conflict in mysql-test/include/wait_until_connected_again.inc Text conflict in mysql-test/lib/mtr_report.pm Text conflict in mysql-test/mysql-test-run.pl Text conflict in mysql-test/r/events_bugs.result Text conflict in mysql-test/r/log_state.result Text conflict in mysql-test/r/myisam_data_pointer_size_func.result Text conflict in mysql-test/r/mysqlcheck.result Text conflict in mysql-test/r/query_cache.result Text conflict in mysql-test/r/status.result Text conflict in mysql-test/suite/binlog/r/binlog_index.result Text conflict in mysql-test/suite/binlog/r/binlog_innodb.result Text conflict in mysql-test/suite/rpl/r/rpl_packet.result Text conflict in mysql-test/suite/rpl/t/rpl_packet.test Text conflict in mysql-test/t/disabled.def Text conflict in mysql-test/t/events_bugs.test Text conflict in mysql-test/t/log_state.test Text conflict in mysql-test/t/myisam_data_pointer_size_func.test Text conflict in mysql-test/t/mysqlcheck.test Text conflict in mysql-test/t/query_cache.test Text conflict in mysql-test/t/rpl_init_slave_func.test Text conflict in mysql-test/t/status.test
| * | bug#33094: Error in upgrading from 5.0 to 5.1 when table contains triggersRamil Kalimullin2009-01-151-1/+1
| | | | | | | | | | | | Post-fix test failure: fixed mysqlcheck.test on Windows platforms.
| * | Fix forRamil Kalimullin2009-01-141-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug#33094: Error in upgrading from 5.0 to 5.1 when table contains triggers and #41385: Crash when attempting to repair a #mysql50# upgraded table with triggers. Problem: 1. trigger code didn't assume a table name may have a "#mysql50#" prefix, that may lead to a failing ASSERT(). 2. "ALTER DATABASE ... UPGRADE DATA DIRECTORY NAME" failed for databases with "#mysql50#" prefix if any trigger. 3. mysqlcheck --fix-table-name didn't use UTF8 as a default character set that resulted in (parsing) errors for tables with non-latin symbols in their names and definitions of triggers. Fix: 1. properly handle table/database names with "#mysql50#" prefix. 2. handle --default-character-set mysqlcheck option; if mysqlcheck is launched with --fix-table-name or --fix-db-name set default character set to UTF8 if no --default-character-set option given. Note: if given --fix-table-name or --fix-db-name option, without --default-character-set mysqlcheck option default character set is UTF8.
* | | Post-fix merge 5-1 --> 5.1-rpl. Changed mysqlcheck.result.Alfranio Correia2008-12-191-8/+0
| | | | | | | | | | | | Note that this result set is different from that in 6.0/6.0-rpl.
* | | Post-fix merge 5-1 --> 5.1-rpl. Changed mysqlcheck.result.Alfranio Correia2008-12-191-0/+9
| | |
* | | merge 5.1 --> 5.1-rplAlfranio Correia2008-12-131-0/+13
|\ \ \ | |/ /
| * | Auto-mergeRamil Kalimullin2008-11-141-0/+7
| |\ \ | | |/
| | * Fix for bug#37527: mysqlcheck fails to report entire database Ramil Kalimullin2008-11-141-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when InnoDB frm file corruption Problem: mysqlcheck runs 'SHOW FULL TABLE' queries to get table lists. The query may fail for some reasons (e.g. null .frm file) then mysqlcheck doesn't process the database tables. Fix: try to run 'SHOW TABLES' if 'SHOW FULL TABLES' failed.
| * | 5.0-bugteam->5.1-bugteam automerge(bug#39541)Sergey Glukhov2008-11-131-0/+6
| |\ \ | | |/
| | * Bug#39541 CHECK TABLE on information_schema myisam tables produces errorSergey Glukhov2008-11-131-0/+6
| | | | | | | | | | | | issue 'The storage engine for the table doesn't support check' note for I_S tables
| | * Fix test case for Bug #25347 so that it actually tests the code fix,tsmith@ramayana.hindu.god2008-01-271-0/+1
| | | | | | | | | | | | and so that it works correctly on Windows.
| | * Patch contributed by Jocelyn Fournier. CLA received 2007-02-27.cmiller@zippy.cornsilk.net2008-01-231-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug#25347: mysqlcheck -A -r doesn't repair table marked as crashed mysqlcheck tests nullness of the engine type to know whether the "table" is a view or not. That also falsely catches tables that are severly damaged. Instead, use SHOW FULL TABLES to test whether a "table" is a view or not. (Don't add new function. Instead, get original data a smarter way.) Make it safe for use against databases before when views appeared.
* | | BUG#39853: lowercase_table3 fails on powermacg5 in rpl treeSven Sandberg2008-10-131-2/+2
| | | | | | | | | | | | | | | | | | Problem: during a refactoring of mtr, a pattern for suppressing a warning from lowercase_table3 was lost. Fix: re-introduce the suppression. Problem 2: suppression was misspelt as supression. Fixed by adding a p.
* | | Check warnings in servers error log as part of test casemsvensson@pilot.mysql.com2008-04-081-0/+3
|/ /
* | Order results to be deterministic.cmiller@zippy.cornsilk.net2007-12-171-1/+2
| | | | | | | | Follow SergG's lead with mysqlcheck result.
* | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-forcollapseandmergecmiller@zippy.cornsilk.net2007-12-141-1/+24
|\ \ | | | | | | | | | into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
| * \ Merge mysql.com:/home/ram/work/mysql-5.1-maintramil/ram@ramil.myoffice.izhnet.ru2007-10-311-0/+18
| |\ \ | | | | | | | | | | | | into mysql.com:/home/ram/work/b30679/b30679.5.1
| | * | Fix for bug #30679: 5.1 name encoding not performed for views during upgraderamil/ram@mysql.com/ramil.myoffice.izhnet.ru2007-10-241-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | Problem: we skip views perfoming --fix-table-names. Fix: rename views as well.
| * | | Merge mysql.com:/home/ram/work/b30654/b30654.5.0ramil/ram@ramil.myoffice.izhnet.ru2007-10-311-1/+6
| |\ \ \ | | |/ / | |/| / | | |/ into mysql.com:/home/ram/work/b30654/b30654.5.1
| | * Fix for bug #30654: mysqlcheck fails during upgrade of tables whose ramil/ram@mysql.com/ramil.myoffice.izhnet.ru2007-10-301-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | names include backticks or blank Problem: mysqlcheck doesn't escape backtick characters in the table names. Fix: escape them.
* | | Merge ↵cmiller@zippy.cornsilk.net2007-04-271-0/+35
|\ \ \ | |/ / |/| | | | | | | | | | | zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-enterprise-formergecomm into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-unified02
| * | Bug#25347: mysqlcheck -A -r doesn't repair table marked as crashedcmiller@zippy.cornsilk.net2007-04-161-1/+26
| | | | | | | | | | | | | | | Additional changes to test: "flush tables" so that Windows releases the files.
| * | Backport:cmiller@zippy.cornsilk.net2007-04-031-0/+10
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch contributed by Jocelyn Fournier. CLA received 2007-02-27. B-g#25347: mysqlcheck -A -r doesn't repair table marked as crashed mysqlcheck tests nullness of the engine type to know whether the "table" is a view or not. That also falsely catches tables that are severly damaged. Instead, use SHOW FULL TABLES to test whether a "table" is a view or not. (Don't add new function. Instead, get original data a smarter way.) Make it safe for use against databases before when views appeared.
* | Merge mysql.com:/home/my/mysql-5.0monty@narttu.mysql.fi2007-01-271-3/+2
|\ \ | |/ | | | | | | into mysql.com:/home/my/mysql-5.1 Merge of 'remove compiler warnings when using -Wshadow'
| * Fixed compiler warnings detected by option -Wshadow and -Wunused:monty@mysql.com/narttu.mysql.fi2006-12-151-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | - Removed not used variables and functions - Added #ifdef around code that is not used - Renamed variables and functions to avoid conflicts - Removed some not used arguments Fixed some class/struct warnings in ndb Added define IS_LONGDATA() to simplify code in libmysql.c I did run gcov on the changes and added 'purecov' comments on almost all lines that was not just variable name changes
* | Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.1-archpatg@govinda.patg.net2006-12-081-0/+2
|\ \ | | | | | | | | | into govinda.patg.net:/home/patg/mysql-build/mysql-5.1-arch-wl3031-merge
| * | WL# 3031patg@govinda.patg.net2006-12-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Post-commit issues fixed * Test results for other tests fixed due to added error #s * Memory allocation/free issues found with running with valgrind * Fix to mysql-test-run shell script to run federated_server test (installs mysql.servers table properly)
* | | Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to ↵mskold/marty@mysql.com/linux.site2006-12-011-2/+2
|/ / | | | | | | mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema
* | Added --debug-info to most clients to detect memory leaks in mysql-test-runmonty@mysql.com/nosik.monty.fi2006-11-211-1/+2
| | | | | | | | | | | | | | | | | | Moved .progress files into the log directory Moved 'cluster' database tables into the MySQL database, to not have 'cluster' beeing a reserved database name Fixed bug where mysqld got a core dump when trying to use a table created by MySQL 3.23 Fixed some compiler warnings Fixed small memory leak in libmysql Note that this doesn't changeset doesn't include the new mysqldump.c code required to run some tests. This will be added when I merge 5.0 to 5.1
* | Manual merge 5.0->5.1. Post-merge fixes.kostja@bodhi.local2006-08-141-0/+1
| |
* | Merge bodhi.local:/opt/local/work/tmp_mergekostja@bodhi.local2006-08-121-0/+7
|\ \ | |/ | | | | into bodhi.local:/opt/local/work/mysql-5.1-runtime-merge
| * Bug #16502: mysqlcheck gets confused with viewsjimw@rama.(none)2006-07-241-0/+7
| | | | | | | | | | Make mysqlcheck skip over views when processing all of the tables in a database.
* | After merge fixesmonty@mysql.com2006-06-051-0/+1
| | | | | | | | Remove compiler warnings
* | Bug #17805 Cluster_replication database should be renamed to just clustertomas@poseidon.ndb.mysql.com2006-03-011-1/+1
| |
* | This patch cleans up two tests which were a bit fragile from other failing ↵brian@zim.(none)2006-02-241-0/+2
| | | | | | | | tests. It also removes some variables associated with removed RAID support.
* | WL1019: complete patch. Reapplied patch to the cleancps@outpost.site2006-01-191-0/+8
| | | | | | | | | | tree to get rid of multiple typos in CS comments and unify the patch.
* | wl2325 wl2324tomas@poseidon.ndb.mysql.com2006-01-121-0/+1
| |
* | WL #1034 (Internal CRON) pre-push fixesandrey@lmy004.2006-01-111-0/+2
| | | | | | | | after another merge fixes.
* | WL#2575 - Fulltext: Parser plugin for FTSsvoj@poseidon.ndb.mysql.com2005-11-061-0/+2
|/ | | | | WL#2763 - MySQL plugin interface: step 1 Manual merge from CNET tree.
* Fix for bug#13783 mysqlcheck tries to optimize and analyze information_schemagluh@eagle.intranet.mysql.r18.ru2005-10-181-0/+34
'information_schema' is excluded from list of databases for mysqlcheck command