Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes for German sorting order. | monty@hundin.mysql.fi | 2001-09-11 | 2 | -7/+16 |
| | |||||
* | Merge work.mysql.com:/home/bk/mysql | monty@work.mysql.com | 2001-09-04 | 2 | -2/+2 |
|\ | | | | | | | into work.mysql.com:/home/bk/mysql-4.0 | ||||
| * | Ensure that libmysqlclient doesn't use raid | monty@hundin.mysql.fi | 2001-09-04 | 2 | -2/+2 |
| | | | | | | | | Fix problem with MyISAM and rows of length 65517-65520 | ||||
* | | merge | monty@work.mysql.com | 2001-09-02 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix to not running mysqld as root by default | monty@hundin.mysql.fi | 2001-09-02 | 1 | -1/+1 |
| | | |||||
* | | merge with 3.23.42 | monty@work.mysql.com | 2001-09-02 | 14 | -111/+113 |
|\ \ | |/ | |||||
| * | Portability fixes | monty@hundin.mysql.fi | 2001-08-31 | 2 | -6/+3 |
| | | |||||
| * | Portability fixes | monty@hundin.mysql.fi | 2001-08-30 | 1 | -2/+1 |
| | | |||||
| * | Fixed problem in myisampack with blobs | monty@hundin.mysql.fi | 2001-08-30 | 2 | -4/+5 |
| | | |||||
| * | Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql | serg@serg.mysql.com | 2001-08-29 | 1 | -3/+2 |
| |\ | |||||
| | * | "freeing of unallocated pointer" bug fixed | serg@serg.mysql.com | 2001-08-29 | 1 | -3/+2 |
| | | | |||||
| * | | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql | monty@hundin.mysql.fi | 2001-08-23 | 1 | -2/+1 |
| |\ \ | |||||
| | * | | Portability fixes | monty@hundin.mysql.fi | 2001-08-23 | 1 | -2/+1 |
| | |/ | |||||
| * | | Merge | tim@white.box | 2001-08-21 | 1 | -3/+2 |
| |\ \ | | |/ | |/| | |||||
| | * | myisamchk.c Make --set-character-set actually do something. | tim@white.box | 2001-08-21 | 1 | -3/+2 |
| | | | |||||
| * | | Fixes for OS2. | monty@hundin.mysql.fi | 2001-08-22 | 11 | -78/+85 |
| |/ | | | | | | | | | Fix bug in isamlog Add argument types to function declarations. | ||||
| * | Portability fixes. | monty@hundin.mysql.fi | 2001-08-18 | 4 | -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-in | tonu@x153.internalnet | 2001-08-26 | 1 | -1/+1 |
| | | |||||
* | | Remove usage of my_dup(), as this casued error 127 when reading MyISAM tables | monty@hundin.mysql.fi | 2001-08-21 | 2 | -7/+15 |
| | | | | | | | | New definition of WEEK(). | ||||
* | | Fix of UNION code | monty@hundin.mysql.fi | 2001-08-19 | 5 | -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 fixes | monty@hundin.mysql.fi | 2001-08-14 | 1 | -3/+6 |
| | | | | | | | | | | | | New global read lock code Fixed bug in DATETIME with WHERE optimization Made UNION code more general. | ||||
* | | merged | sasha@mysql.sashanet.com | 2001-08-09 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix when using --without-server --with-thread-safe-client | monty@tik.mysql.fi | 2001-08-04 | 1 | -2/+2 |
| | | | | | | | | | | | | Added prototype for my_thread_end New error message for MATCH Give error when using myisamchk --force --readonly | ||||
* | | ft-update bug fixed | serg@serg.mysql.com | 2001-07-27 | 2 | -12/+6 |
| | | |||||
* | | bulk insert bug fixed | serg@serg.mysql.com | 2001-07-26 | 1 | -2/+2 |
| | | |||||
* | | merged with 3.23 | sasha@mysql.sashanet.com | 2001-07-17 | 2 | -2/+16 |
|\ \ | |/ | |||||
| * | Merge | monty@tik.mysql.fi | 2001-07-16 | 2 | -2/+16 |
| |\ | |||||
| | * | Patch for netBSD | monty@tik.mysql.fi | 2001-07-16 | 2 | -2/+16 |
| | | | | | | | | | | | | | | | | | | Added warning for tables where the auto_increment key is 0 Fixed DELETE ... LIMIT 0 Fixed UPDATE ..LIMIT 0 | ||||
* | | | merged | serg@serg.mysql.com | 2001-07-12 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | bug fixed | serg@serg.mysql.com | 2001-07-12 | 1 | -0/+4 |
| |/ | |||||
* | | cleanups | serg@serg.mysql.com | 2001-07-10 | 1 | -10/+23 |
| | | |||||
* | | Redefinition of myisam_bulk_insert_tree_size | monty@tik.mysql.fi | 2001-07-10 | 1 | -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 | ||||
* | | merge | monty@tik.mysql.fi | 2001-07-08 | 1 | -2/+0 |
|\ \ | |||||
| * | | Added support for ANSI SQL X'hex-string' format. | monty@tik.mysql.fi | 2001-07-04 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | Fixed mysqldump to use -- instead of # as comment characters. Removed support for the 3.20 protocol format | ||||
* | | | merged | serg@serg.mysql.com | 2001-07-02 | 17 | -120/+210 |
|\ \ \ | |/ / | |||||
| * | | merge | monty@work.mysql.com | 2001-06-28 | 1 | -3/+4 |
| |\ \ | | |/ | |||||
| | * | Cleanup | monty@hundin.mysql.fi | 2001-06-28 | 1 | -3/+4 |
| | | | |||||
| * | | Changed safe_mysqld -> mysqld_safe | monty@hundin.mysql.fi | 2001-06-28 | 1 | -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 tables | monty@hundin.mysql.fi | 2001-06-26 | 3 | -3/+6 |
| | | | | | | | | | | | | Fixed bug in handling of packed MyISAM keys | ||||
| * | | Fixed multi-table-delete | monty@hundin.mysql.fi | 2001-06-15 | 1 | -24/+24 |
| | | | | | | | | | | | | Optimize fixed length MyISAM rows to use pread/pwrite. | ||||
| * | | merge | monty@work.mysql.com | 2001-06-12 | 2 | -6/+5 |
| |\ \ | | |/ | |||||
| | * | Changed compare in MyISAM to use my_pread() | monty@tik.mysql.fi | 2001-06-11 | 2 | -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.fi | 2001-06-05 | 4 | -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. | ||||
| * | | merge | monty@work.mysql.com | 2001-06-01 | 1 | -1/+3 |
| |\ \ | | |/ | |||||
| | * | Added --skip-symlinks | monty@hundin.mysql.fi | 2001-06-01 | 2 | -1/+6 |
| | | | | | | | | | | | | Don't force repair of tables that are not closed properly. | ||||
| * | | Added support for symlinked tables. | monty@hundin.mysql.fi | 2001-06-01 | 5 | -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.fi | 2001-05-31 | 12 | -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 tree | serg@serg.mysql.com | 2001-07-02 | 11 | -27/+162 |
| | | | | | | | | | | | | bulk inserts optimization: caching keys in binary tree | ||||
* | | | bug in _mi_prefix_search fixed | serg@serg.mysql.com | 2001-06-21 | 1 | -5/+7 |
| | | | |||||
* | | | Merge work:/home/bk/mysql-4.0 | serg@serg.mysql.com | 2001-05-24 | 3 | -5/+13 |
|\ \ \ | |/ / |/| | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0 |