summaryrefslogtreecommitdiff
path: root/myisam
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for German sorting order.monty@hundin.mysql.fi2001-09-112-7/+16
|
* Merge work.mysql.com:/home/bk/mysqlmonty@work.mysql.com2001-09-042-2/+2
|\ | | | | | | into work.mysql.com:/home/bk/mysql-4.0
| * Ensure that libmysqlclient doesn't use raidmonty@hundin.mysql.fi2001-09-042-2/+2
| | | | | | | | Fix problem with MyISAM and rows of length 65517-65520
* | mergemonty@work.mysql.com2001-09-021-1/+1
|\ \ | |/
| * Fix to not running mysqld as root by defaultmonty@hundin.mysql.fi2001-09-021-1/+1
| |
* | merge with 3.23.42monty@work.mysql.com2001-09-0214-111/+113
|\ \ | |/
| * Portability fixesmonty@hundin.mysql.fi2001-08-312-6/+3
| |
| * Portability fixesmonty@hundin.mysql.fi2001-08-301-2/+1
| |
| * Fixed problem in myisampack with blobsmonty@hundin.mysql.fi2001-08-302-4/+5
| |
| * Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlserg@serg.mysql.com2001-08-291-3/+2
| |\
| | * "freeing of unallocated pointer" bug fixedserg@serg.mysql.com2001-08-291-3/+2
| | |
| * | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlmonty@hundin.mysql.fi2001-08-231-2/+1
| |\ \
| | * | Portability fixesmonty@hundin.mysql.fi2001-08-231-2/+1
| | |/
| * | Mergetim@white.box2001-08-211-3/+2
| |\ \ | | |/ | |/|
| | * myisamchk.c Make --set-character-set actually do something.tim@white.box2001-08-211-3/+2
| | |
| * | Fixes for OS2.monty@hundin.mysql.fi2001-08-2211-78/+85
| |/ | | | | | | | | Fix bug in isamlog Add argument types to function declarations.
| * Portability fixes.monty@hundin.mysql.fi2001-08-184-15/+19
| | | | | | | | | | | | Let myisamchk generate a new checksum for compressed data. Don't unconditionally force filenames to lower case on windows. Update mysqltest to match 4.0 source (to get some of the new bug fixes into 3.23)
* | Some warning fixes and some SSL testprograms check-intonu@x153.internalnet2001-08-261-1/+1
| |
* | Remove usage of my_dup(), as this casued error 127 when reading MyISAM tablesmonty@hundin.mysql.fi2001-08-212-7/+15
| | | | | | | | New definition of WEEK().
* | Fix of UNION codemonty@hundin.mysql.fi2001-08-195-21/+25
| | | | | | | | | | | | | | 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
* | Remove warnings and portability fixesmonty@hundin.mysql.fi2001-08-141-3/+6
| | | | | | | | | | | | New global read lock code Fixed bug in DATETIME with WHERE optimization Made UNION code more general.
* | mergedsasha@mysql.sashanet.com2001-08-091-2/+2
|\ \ | |/
| * Fix when using --without-server --with-thread-safe-clientmonty@tik.mysql.fi2001-08-041-2/+2
| | | | | | | | | | | | Added prototype for my_thread_end New error message for MATCH Give error when using myisamchk --force --readonly
* | ft-update bug fixedserg@serg.mysql.com2001-07-272-12/+6
| |
* | bulk insert bug fixedserg@serg.mysql.com2001-07-261-2/+2
| |
* | merged with 3.23sasha@mysql.sashanet.com2001-07-172-2/+16
|\ \ | |/
| * Mergemonty@tik.mysql.fi2001-07-162-2/+16
| |\
| | * Patch for netBSDmonty@tik.mysql.fi2001-07-162-2/+16
| | | | | | | | | | | | | | | | | | Added warning for tables where the auto_increment key is 0 Fixed DELETE ... LIMIT 0 Fixed UPDATE ..LIMIT 0
* | | mergedserg@serg.mysql.com2001-07-121-0/+4
|\ \ \ | |/ /
| * | bug fixedserg@serg.mysql.com2001-07-121-0/+4
| |/
* | cleanupsserg@serg.mysql.com2001-07-101-10/+23
| |
* | Redefinition of myisam_bulk_insert_tree_sizemonty@tik.mysql.fi2001-07-101-5/+7
| | | | | | | | | | | | | | | | Removed new error message Fixed test case for varbinary Threads are again killable in "merge_buffers" Cleanup of sql_repl.cc SHOW OPEN TABLES now works when no tables are opened
* | mergemonty@tik.mysql.fi2001-07-081-2/+0
|\ \
| * | Added support for ANSI SQL X'hex-string' format.monty@tik.mysql.fi2001-07-041-2/+0
| | | | | | | | | | | | | | | Fixed mysqldump to use -- instead of # as comment characters. Removed support for the 3.20 protocol format
* | | mergedserg@serg.mysql.com2001-07-0217-120/+210
|\ \ \ | |/ /
| * | mergemonty@work.mysql.com2001-06-281-3/+4
| |\ \ | | |/
| | * Cleanupmonty@hundin.mysql.fi2001-06-281-3/+4
| | |
| * | Changed safe_mysqld -> mysqld_safemonty@hundin.mysql.fi2001-06-281-3/+3
| | | | | | | | | | | | | | | Added some alias to SHOW commands Prepare for dynamic changing of MySQL variables
| * | Fixed length rows should not use row checksum in MyISAM tablesmonty@hundin.mysql.fi2001-06-263-3/+6
| | | | | | | | | | | | Fixed bug in handling of packed MyISAM keys
| * | Fixed multi-table-deletemonty@hundin.mysql.fi2001-06-151-24/+24
| | | | | | | | | | | | Optimize fixed length MyISAM rows to use pread/pwrite.
| * | mergemonty@work.mysql.com2001-06-122-6/+5
| |\ \ | | |/
| | * Changed compare in MyISAM to use my_pread()monty@tik.mysql.fi2001-06-112-6/+5
| | | | | | | | | | | | | | | | | | | | | 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
| * | Symlinking of tables should not work.monty@hundin.mysql.fi2001-06-054-32/+63
| | | | | | | | | | | | | | | | | | Fixed error number handling bug in mysqltest. Fixed that error number from insert delayed is reported correctly. merged new vio code with old violite code.
| * | mergemonty@work.mysql.com2001-06-011-1/+3
| |\ \ | | |/
| | * Added --skip-symlinksmonty@hundin.mysql.fi2001-06-012-1/+6
| | | | | | | | | | | | Don't force repair of tables that are not closed properly.
| * | Added support for symlinked tables.monty@hundin.mysql.fi2001-06-015-30/+43
| | | | | | | | | | | | | | | | | | myisamchk: Don't force a repair if the only problem was that the open count wasn't correct. Added missing error messages.
| * | Removed compiler warnings.monty@hundin.mysql.fi2001-05-3112-43/+84
| | | | | | | | | | | | | | | | | | | | | Added preliminary handling of symlinks in MyISAM. When using myisamchk to check tables with --force, don't repair tables that are marked as 'not closed' if they are ok. Change fn_format() to use my_real_path and my_symlink
* | | memory-limited treeserg@serg.mysql.com2001-07-0211-27/+162
| | | | | | | | | | | | bulk inserts optimization: caching keys in binary tree
* | | bug in _mi_prefix_search fixedserg@serg.mysql.com2001-06-211-5/+7
| | |
* | | Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2001-05-243-5/+13
|\ \ \ | |/ / |/| | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0