summaryrefslogtreecommitdiff
path: root/mysql-test/t/myisam.test
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a lot of wrong memory references as reported by valgrindmonty@mashka.mysql.fi2003-02-121-0/+9
| | | | | | | | | Portability fixes Added new client function: mysql_get_server_version() New server help code (From Victor Vagin) Fixed wrong usage of binary() Disabled RTREE usage for now.
* Post merge fixmonty@mashka.mysql.fi2003-01-091-0/+2
| | | | Allow empty key list in USE|IGNORE|FORCE INDEX()
* merge with 4.0.9monty@mashka.mysql.fi2003-01-091-1/+24
|\ | | | | | | To get bug fixes for TCP/IP connections, FORCE INDEX and OPTIMIZE TABLE with NULL keys
| * Don't count NULL values in cardinalty for MyISAM tables.monty@mashka.mysql.fi2003-01-091-1/+25
| | | | | | | | | | | | Free row buffer cache after each query for MyISAM tables. Added table join option FORCE INDEX Fixed core dump bug when connecting with hostname that could not be resolved.
* | Changed mysql-test to print warnings for not existing table to DROP TABLEmonty@mashka.mysql.fi2003-01-061-3/+4
| | | | | | | | | | | | Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names. changed store_warning() -> push_warning_print()
* | Merge with 4.0monty@mashka.mysql.fi2002-11-211-10/+222
|\ \ | |/
| * mergedserg@serg.mysql.com2002-11-131-10/+222
| |\
| | * optimize table corruption fixed, though more clean fix is desired.serg@serg.mysql.com2002-11-131-0/+40
| | | | | | | | | | | | | | | Fix for another optimize bug is undone, as the new one handles both cases. test added
| | * fixed MyISAM crash on dynamic-row tables with huge number of to-be-packed fieldsserg@serg.mysql.com2002-10-281-0/+171
| | |
| | * LOCK+modify+OPTIMIZE bugfixserg@serg.mysql.com2002-08-311-0/+11
| | |
* | | Merge with 4.0.4monty@mashka.mysql.fi2002-10-021-1/+1
|\ \ \ | |/ / |/| |
| * | Merge with 4.0.3monty@narttu.mysql.fi2002-08-301-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some simple optimzations, more comments and indentation changes. Add ` around database in 'use database' in binary log. Moved max_error_count and max_warning_count to variables struct. Removed SHOW_WARNS_COUNT and SHOW_ERRORS_COUNT calls. Changed string functions to use character set of first string argument as default return characterset (Each string function can change the above assumption if needed)
| | * | correction test suite to be correct with spatial indexes hackbell@sanja.is.com.ua2002-03-231-1/+1
| | | |
* | | | Portability fixes.monty@mashka.mysql.fi2002-09-111-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve mysql-test to be more robust. Fix that GRANT doesn't delete SSL options Change innobase_flush_log_at_trx_commit to uint. Don't rotate logs if we read a rotate log entry from the master.
* | | | LOCK+change+OPTIMIZE MyISAM bugserg@serg.mysql.com2002-08-311-0/+11
|/ / /
* | | Removed purify warningmonty@hundin.mysql.fi2002-07-011-1/+1
| | |
* | | Fixed bug in REPAIR table.monty@hundin.mysql.fi2002-06-281-0/+27
|/ / | | | | | | Portability fix in safemalloc.c
* | merge with 3.23.47monty@hundin.mysql.fi2001-12-061-0/+16
|\ \ | |/
| * Better optimization for InnoDB and BDB tables for ORDER BYmonty@hundin.mysql.fi2001-11-291-0/+16
| |
* | Mergemonty@hundin.mysql.fi2001-11-181-0/+12
|\ \ | |/
| * Fixed bug in OPTIMIZE TABLE that reset index cardinality if itmonty@hundin.mysql.fi2001-11-181-0/+12
| | | | | | | | was up to date.
* | client/mysqlmanagerc.csasha@mysql.sashanet.com2001-09-271-0/+2
|/ | | | | | | | | | | | | | added support for quiet increased line buffer size client/mysqltest.c fixed memory leak added query logging to result file added error message logging to result file added enable_query_log/disable_query_log mysql-test/mysql-test-run.sh converted tests to use mysqlmanager Updated test results
* Ensure that libmysqlclient doesn't use raidmonty@hundin.mysql.fi2001-09-041-0/+20
| | | | Fix problem with MyISAM and rows of length 65517-65520
* Fixed bug when using a key on a CHAR(255) NULL columnmonty@donna.mysql.fi2001-04-121-0/+18