summaryrefslogtreecommitdiff
path: root/isam
Commit message (Collapse)AuthorAgeFilesLines
* New improved IO_CACHEmonty@bitch.mysql.fi2001-11-283-10/+10
|
* Portability fixmonty@hundin.mysql.fi2001-11-076-41/+41
| | | | Cleanup typos (like SKIPP -> SKIP)
* merge with 3.23.44monty@hundin.mysql.fi2001-11-042-6/+7
|\
| * Portability fixesmonty@hundin.mysql.fi2001-10-312-3/+4
| |
| * Update for OS2 (patch from Yuri Dario).monty@hundin.mysql.fi2001-10-311-3/+3
| | | | | | | | | | | | Use LONG_TIMEOUT (one year) instead of ~0 for long timeouts Fixed error messages. Fixed problem with const propagation when comparing columns of different types
* | Updated manual about embedded version.monty@hundin.mysql.fi2001-10-081-5/+1
| | | | | | | | | | | | | | | | | | Speed up column-completion in 'mysql' Don't use ISAM if HAVE_ISAM is not defined A lot of fixes for the embedded version. All libraries are now included in libmysqld.a Changed arguments to convert_dirname() to make it more general. Renamed files in the 'merge' directory to all use a common prefix. Don't compile both assembler and C functions on x86
* | Mergemonty@work.mysql.com2001-09-151-1/+1
|\ \ | |/
| * Fixed bug in --safe-create-usermonty@hundin.mysql.fi2001-09-151-1/+1
| |
* | Cleanupsmonty@hundin.mysql.fi2001-09-151-4/+4
| |
* | merge with 3.23.42monty@work.mysql.com2001-09-025-300/+285
|\ \ | |/
| * Fixes for OS2.monty@hundin.mysql.fi2001-08-225-300/+285
| | | | | | | | | | Fix bug in isamlog Add argument types to function declarations.
* | Fix of UNION codemonty@hundin.mysql.fi2001-08-191-0/+1
| | | | | | | | | | | | | | Added heap_delete_table Added HA_EXTRA_PREPARE_FOR_DELETE Added and use my_dup() for faster open of tables. Removed not working no-mix-table-type
* | mergedserg@serg.mysql.com2001-07-021-1/+1
|\ \ | |/
| * Changed compare in MyISAM to use my_pread()monty@tik.mysql.fi2001-06-111-1/+1
| | | | | | | | | | | | | | Fixed that @VAR shows all decimals Fixed problem with FLUSH TABLES and LOCK TABLE CREATE ... SELECT now creates keys later Reset AUTO_INCREMENT order if droping AUTO_INCREMENT key
* | memory-limited treeserg@serg.mysql.com2001-07-022-3/+3
|/ | | | bulk inserts optimization: caching keys in binary tree
* Portability fixes for Ia64 and Sgi compilermonty@donna.mysql.fi2001-04-251-1/+1
| | | | | | DROP DATABASE in mysqladmin asks for confirmation (again) Added examined_rows to slow query log SHOW CREATE for TEMPORARY table
* Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macromonty@donna.mysql.fi2001-03-261-1/+1
| | | | (For glibc 2.2)
* Added isolation levelsmonty@tik.mysql.fi2001-03-212-2/+10
| | | | Added SELECT .. FOR UPDATE and SELECT .. IN SHARE MODE
* Removed not used variable 'last_ref'monty@donna.mysql.com2001-01-161-6/+7
| | | | | | Fixed problem with negative DECIMAL() keys Fixed some bugs with NULL keys in BDB More mysql-test tests
* New thr_alarm struct for better integration with OS2monty@donna.mysql.com2000-11-281-0/+4
| | | | | Run bootstrap in separate thread Fix bug in FLUSH TABLES table_name
* Fixed problem with auto-repair of MyISAM tablesmonty@donna.mysql.com2000-11-212-4/+6
| | | | Fixed bug in ISAM and MyISAM when updating from multiple-processes
* Portability fixesmonty@donna.mysql.com2000-11-181-4/+6
|
* Changed meaning of HA_EXTRA_RESET and start of hidden primary keys for BDB ↵monty@tik.mysql.com2000-10-152-2/+10
| | | | tables
* Fixed indention, removed compiler varnings and fixed a bugmonty@donna.mysql.com2000-09-292-15/+13
| | | | in FULLTEXT indexes.
* Fixes for MERGE TABLES and HEAP tablesmonty@donna.mysql.com2000-09-141-2/+2
|
* Fixes for Ia64monty@donna.mysql.com2000-08-233-11/+14
|
* Updated benchmark and results for PostgreSQL 7.0.2monty@donna.mysql.com2000-08-181-0/+3
| | | | | Added more status to the MyISAM files to avoid checking files that has already been checked.
* Fix "dosen't" for someone who mailed us. :)jcole@jcole.burghcom.com2000-08-161-1/+1
|
* Fixed for Ia64 + delayed key creation + a lot of small bug fixesmonty@donna.mysql.com2000-08-152-9/+9
|
* Import changesetbk@work.mysql.com2000-07-3144-0/+17777