Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Windows build fix | venu@myvenu.com | 2003-01-18 | 2 | -20/+4 |
| | |||||
* | Change client_flag to unsigned long (16 -> 32 bits) to handle more options. | monty@mashka.mysql.fi | 2003-01-18 | 1 | -34/+35 |
| | | | | | | Don't use new password format if mysql.user has old format tables_priv was not reset on FLUSH PRIVILEGES if tables_priv was empty Portability fixes for Windows | ||||
* | Merge with 4.0.9 | monty@mashka.mysql.fi | 2003-01-18 | 3 | -5/+14 |
|\ | |||||
| * | After merge fix | monty@mashka.mysql.fi | 2003-01-17 | 1 | -1/+1 |
| | | |||||
| * | Merge with 3.23 | monty@mashka.mysql.fi | 2003-01-16 | 2 | -3/+12 |
| |\ | |||||
| | * | Fixed max_key_length when using UNIQUE keys. | monty@mashka.mysql.fi | 2002-12-27 | 2 | -2/+11 |
| | | | | | | | | | | | | This fixed a bug in GROUP BY on a BLOB column with NULL values. | ||||
| | * | - Applied required modifications for automake 1.5 | lenz@mysql.com | 2002-11-17 | 1 | -11/+0 |
| | | | | | | | | | | | | - "make distcheck" needs to be fixed | ||||
| | * | fixed MyISAM crash on dynamic-row tables with huge number of to-be-packed fields | serg@serg.mysql.com | 2002-10-28 | 1 | -1/+2 |
| | | | |||||
| * | | Text fixes: ISAM -> MyISAM for myisamchk (found by Jocelyn Fournier). | arjen@george.bitbike.com | 2003-01-14 | 1 | -3/+3 |
| | | | |||||
* | | | merge with 4.0.9 | monty@mashka.mysql.fi | 2003-01-09 | 6 | -9/+26 |
|\ \ \ | |/ / | | | | | | | To get bug fixes for TCP/IP connections, FORCE INDEX and OPTIMIZE TABLE with NULL keys | ||||
| * | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 | monty@mashka.mysql.fi | 2003-01-09 | 5 | -16/+57 |
| |\ \ | |||||
| | * | | Don't count NULL values in cardinalty for MyISAM tables. | monty@mashka.mysql.fi | 2003-01-09 | 5 | -16/+57 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | Merge work:/home/bk/mysql-4.0 | serg@sergbook.mysql.com | 2003-01-08 | 1 | -0/+1 |
| |\ \ \ | | |/ / | |/| | | | | | | into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0 | ||||
| | * | | ft_nlq_search.c: | serg@sergbook.mysql.com | 2003-01-08 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | no _mi_search_next() bug fixed | ||||
* | | | | Merge with 4.0.8 | monty@mashka.mysql.fi | 2003-01-06 | 2 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | A lot of portability fixes. | monty@mashka.mysql.fi | 2003-01-05 | 2 | -2/+2 |
| |/ / | | | | | | | | | | Added rename table for BDB. This fixes a bug in ALTER TABLE with BDB tables. | ||||
* | | | Merge with 4.0.8 | monty@mashka.mysql.fi | 2003-01-03 | 4 | -43/+48 |
|\ \ \ | |/ / | |||||
| * | | Transactions in AUTOCOMMIT=0 mode didn't rotate binary log | monty@mashka.mysql.fi | 2002-12-14 | 1 | -7/+7 |
| | | | | | | | | | | | | Don't enable any bulk insert or record caching code if inserting less than MIN_ROWS_TO_USE_BULK_INSERT rows (100) | ||||
| * | | bulk insert code optimized | serg@serg.mysql.com | 2002-12-07 | 3 | -36/+41 |
| | | | |||||
* | | | Merge with 4.0.6 | monty@mashka.mysql.fi | 2002-12-05 | 4 | -19/+24 |
|\ \ \ | |/ / | |||||
| * | | post-merge fix | serg@serg.mysql.com | 2002-12-04 | 1 | -3/+2 |
| | | | |||||
| * | | New multi-table-update code | monty@mashka.mysql.fi | 2002-11-29 | 3 | -16/+22 |
| | | | | | | | | | | | | | | | | | | | | | New (simpler) internal timestamp handling. More debuging to heap tables. Small cleanups to multi-table-delete false -> 0 and true -> 1 (We should use TRUE and FALSE) | ||||
* | | | Merge mysql.com:/home/wax/mysql-4n into mysql.com:/home/wax/mysql-4mi | wax@mysql.com | 2002-11-28 | 3 | -26/+193 |
|\ \ \ | |||||
| * | | | Correct view of sort.c and mi_too_big_key_for_sort() | wax@mysql.com | 2002-11-28 | 2 | -10/+8 |
| | | | | |||||
| * | | | Move MI_SORT_PARAM and BUFFPEK to myisamdef.h, delete KEY_STORE, change ↵ | wax@mysql.com | 2002-11-17 | 2 | -85/+105 |
| | | | | | | | | | | | | | | | | | | | | | | | | functions of store keys to temp. file | ||||
| * | | | Merge mysql.com:/home/wax/mysql-4n into mysql.com:/home/wax/mysql-4mi | wax@mysql.com | 2002-11-17 | 1 | -29/+178 |
| |\ \ \ | |||||
| | * | | | add functions for store keys to temporary file with variable length | wax@mysql.com | 2002-11-13 | 1 | -29/+178 |
| | | | | | |||||
* | | | | | typo fixed | serg@serg.mysql.com | 2002-11-26 | 1 | -3/+3 |
| | | | | | |||||
* | | | | | removed redundant -I include-dirs | serg@serg.mysql.com | 2002-11-26 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | myisammrg::index_next_same | serg@serg.mysql.com | 2002-11-25 | 3 | -10/+18 |
| | | | | | |||||
* | | | | | Merge with 4.0 | monty@mashka.mysql.fi | 2002-11-21 | 7 | -22/+29 |
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | |||||
| * | | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 | monty@mashka.mysql.fi | 2002-11-20 | 1 | -1/+2 |
| |\ \ \ | |||||
| | * | | | Try to optimize the cache buffer size needed for bulk_insert | monty@mashka.mysql.fi | 2002-11-20 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | Fix for shutdown on Mac OS X | ||||
| * | | | | bug in _ftb_strstr fixed :) | serg@serg.mysql.com | 2002-11-20 | 1 | -3/+3 |
| |/ / / | |||||
| * | | | Small improvement to alloc_root | monty@mashka.mysql.fi | 2002-11-16 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for LIMIT # OFFSET # Changed lock handling: Now all locks should be stored in TABLE_LIST instead of passed to functions. Don't call query_cache_invalidate() twice in some cases mysql_change_user() now clears states to be equal to close + connect. Fixed a bug with multi-table-update and multi-table-delete when used with LOCK TABLES Fixed a bug with replicate-do and UPDATE | ||||
| * | | | manually merged | serg@sergbook.mysql.com | 2002-11-07 | 1 | -1/+2 |
| |\ \ \ | |||||
| | * | | | BETWEEN fixed | serg@sergbook.mysql.com | 2002-11-06 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes. | monty@butch. | 2002-11-07 | 3 | -15/+17 |
| |/ / / | |||||
| * | | | fixed "huge number of packed rows in MyISAM" bug in 4.0 tree | serg@serg.mysql.com | 2002-10-28 | 1 | -1/+2 |
| | | | | |||||
* | | | | memory leak closed | serg@serg.mysql.com | 2002-11-12 | 1 | -0/+1 |
| |/ / |/| | | |||||
* | | | typo fixed | serg@serg.mysql.com | 2002-11-09 | 1 | -1/+1 |
| | | | |||||
* | | | merged | serg@serg.mysql.com | 2002-10-25 | 6 | -20/+30 |
|\ \ \ | |/ / | |||||
| * | | less restrictive test for max key length in mi_create | serg@serg.mysql.com | 2002-10-23 | 1 | -1/+1 |
| | | | |||||
| * | | truncate both MYI and MYD files on DELETE FROM table; to avoid warnings on ↵ | serg@serg.mysql.com | 2002-10-22 | 1 | -4/+5 |
| | | | | | | | | | | | | CHECK TABLE | ||||
| * | | ftb wasn't able to re-initialize index search (oops! in joins) | serg@serg.mysql.com | 2002-10-19 | 1 | -1/+2 |
| | | | |||||
| * | | some DBUG_ENTER/RETURN macro added | serg@serg.mysql.com | 2002-10-18 | 3 | -14/+22 |
| | | | | | | | | | | | | safer GWS_PROB, avoid log(0) | ||||
* | | | support for HA_READ_PREFIX_LAST_OR_PREV in headres | serg@serg.mysql.com | 2002-10-25 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | full support for HA_READ_PREFIX_LAST_OR_PREV in MyISAM protected by #if NOT_IMPLEMENTED_YET in opt_range.cc as not all table handlers support it | ||||
* | | | Merge work:/home/bk/mysql-4.1 | serg@serg.mysql.com | 2002-10-22 | 4 | -2/+15 |
|\ \ \ | | | | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1 | ||||
| * | | | make REPAIR killable | serg@serg.mysql.com | 2002-10-22 | 4 | -2/+15 |
| | | | | |||||
* | | | | Merge hundin.mysql.fi:/my/mysql-4.0 into hundin.mysql.fi:/my/mysql-4.1 | monty@hundin.mysql.fi | 2002-10-16 | 47 | -607/+3993 |
|\ \ \ \ | |_|/ / |/| | | |