Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug in replacation for not x86 platforms | monty@mysql.com | 2003-12-21 | 1 | -13/+12 |
| | | | | Portability fixes | ||||
* | Merge mysql.com:/home/psergey/mysql-5.0-latest-pull | sergefp@mysql.com | 2003-12-20 | 1 | -2/+234 |
|\ | | | | | | | into mysql.com:/dbdata/psergey/mysql-5.0-imerge-unique | ||||
| * | Merge 4.1 to 5.0. | pem@mysql.com | 2003-12-19 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge with 4.0.17 | monty@mysql.com | 2003-12-17 | 1 | -5/+11 |
| | |\ | |||||
| | | * | Fix for bug #1980 | sergefp@mysql.com | 2003-12-02 | 1 | -4/+10 |
| | | | | |||||
| * | | | Implementation of SUM(DISTINCT), tests cases | konstantin@oak.local | 2003-12-19 | 1 | -1/+233 |
| | | | | |||||
* | | | | Numerous small fixes to index_merge read time estimates code | sergefp@mysql.com | 2003-12-20 | 1 | -64/+114 |
| | | | | |||||
* | | | | Post-merge fixes and code cleanup | sergefp@mysql.com | 2003-12-18 | 1 | -11/+23 |
| | | | | |||||
* | | | | Precise read time estimates for index_merge/Unique | sergefp@mysql.com | 2003-12-18 | 1 | -0/+182 |
|/ / / | |||||
* | | | Fix for bug #1980 | sergefp@mysql.com | 2003-12-02 | 1 | -4/+10 |
|/ / | |||||
* | | Fix for bug #1820 | sergefp@mysql.com | 2003-11-18 | 1 | -1/+2 |
| | | |||||
* | | Merge with 4.0.14 | monty@mashka.mysql.fi | 2003-08-11 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Fixed memory allocation in Unique to not allocate too much memory | monty@mashka.mysql.fi | 2003-06-26 | 1 | -3/+3 |
| | | |||||
| * | New multi-table-update code | monty@mashka.mysql.fi | 2002-11-29 | 1 | -1/+2 |
| | | | | | | | | | | | | | | 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) | ||||
* | | Many files: | igor@hundin.mysql.fi | 2003-04-24 | 1 | -5/+5 |
| | | | | | | | | | | | | Added the MAX_LENGTH_FOR_SORT_DATA option filesort.cc: Added the MAX_LENGTH_FOR_SORT_DATA option | ||||
* | | Fixes and code cleanups after merge with 4.0.3 | monty@mashka.mysql.fi | 2002-10-02 | 1 | -1/+2 |
|/ | | | | | | | | | | | | | | | Warning handling and initial prepared statement handling (last not complete yet) Changed a lot of functions that returned 0/1 to my_bool type. GRANT handling now uses read/write locks instead of mutex Change basic net functions to use THD instead of NET (needed for 4.1 protocol) Use my_sprintf instead of sprintf() + strlen() Added alloc_query() to be able to chare query initialization code with prepared statements. Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID() Note that the following test fails (will be fixed ASAP): sub_select, union, rpl_rotate_logs and rpl_mystery22 | ||||
* | New SET syntax & system variables. | monty@mashka.mysql.fi | 2002-07-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | Made a some new buffers thread specific and changeable. Resize of key_buffer. AUTO_COMMIT -> AUTOCOMMIT Fixed mutex bug in DROP DATABASE Fixed bug when using auto_increment as second part of a key where first part could include NULL. Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers. Don't write message to error log when slave reconnects becasue of timeout. Fixed possible update problem when using DELETE/UPDATE on small tables (In some cases we used index even if table scanning would be better) A lot of minior code cleanups | ||||
* | init_dynamic_array MyODBC compatibility fix | serg@serg.mysql.com | 2002-04-28 | 1 | -1/+1 |
| | |||||
* | Update copyright | monty@hundin.mysql.fi | 2001-12-06 | 1 | -2/+2 |
| | | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC) | ||||
* | Portability fixes. | monty@hundin.mysql.fi | 2001-10-03 | 1 | -14/+13 |
| | |||||
* | Portability fixes | monty@hundin.mysql.fi | 2001-09-15 | 1 | -1/+2 |
| | |||||
* | Redefinition of myisam_bulk_insert_tree_size | monty@tik.mysql.fi | 2001-07-10 | 1 | -0/+2 |
| | | | | | | | | 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 | ||||
* | merged | serg@serg.mysql.com | 2001-07-02 | 1 | -20/+24 |
|\ | |||||
| * | Fixed multi-table-delete | monty@hundin.mysql.fi | 2001-06-15 | 1 | -13/+12 |
| | | | | | | | | Optimize fixed length MyISAM rows to use pread/pwrite. | ||||
| * | Enhancing both multi-table delete and division of LEX | Sinisa@sinisa.nasamreza.org | 2001-06-07 | 1 | -8/+5 |
| | | |||||
| * | These are actually two changesets. One for splitting LEX in two and | Sinisa@sinisa.nasamreza.org | 2001-06-03 | 1 | -7/+15 |
| | | | | | | | | the other for multi-table delete | ||||
* | | memory-limited tree | serg@serg.mysql.com | 2001-07-02 | 1 | -1/+1 |
|/ | | | | bulk inserts optimization: caching keys in binary tree | ||||
* | Added Unique class to be used for duplicate removal in multi-table delete. | monty@donna.mysql.fi | 2001-05-23 | 1 | -0/+160 |