Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed mysql_ssl_clear() | monty@hundin.mysql.fi | 2002-06-27 | 7 | -21/+51 |
| | | | | | | | Added statistics information for alarms (for bug tracking) Don't store "incomplete" in the xxx.cfg file if we are not using --restart. (Crash-me) Enlarged STACK_BUF_ALLOC becasue of failed crash-me test Aded new script mysql_tableinfo to make a system directory. | ||||
* | Some bugs that user has properly recognized in user management | Sinisa@sinisa.nasamreza.org | 2002-06-20 | 3 | -44/+46 |
| | | | | system. | ||||
* | Fixed some bugs after last merge | monty@hundin.mysql.fi | 2002-06-20 | 3 | -17/+15 |
| | | | | Added semaphore support to MIT-pthreads. | ||||
* | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 | monty@hundin.mysql.fi | 2002-06-19 | 2 | -9/+8 |
|\ | |||||
| * | Fixed some comments , plus introduced some tests so that I do not | Sinisa@sinisa.nasamreza.org | 2002-06-18 | 1 | -3/+3 |
| | | | | | | | | make some new mistakes. | ||||
| * | My previous patch was not good at all. | Sinisa@sinisa.nasamreza.org | 2002-06-17 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | | This one is better, but should not be final. Better fix is to make some changes in ha_myisammrg::index_read This patch also reverts my previous one ... | ||||
* | | Made keyread (key scanning) a key specific attribute. | monty@hundin.mysql.fi | 2002-06-19 | 16 | -73/+85 |
| | | | | | | | | | | This avoids using fulltext keys for table scanning. This also reverts Sinisa's original fix for this problem. | ||||
* | | Merge with 3.23.52 | monty@hundin.mysql.fi | 2002-06-17 | 2 | -2/+3 |
|\ \ | |||||
| * | | Backported fix from 4.0 which caused core dumps for some complex queries. | monty@hundin.mysql.fi | 2002-06-17 | 2 | -4/+6 |
| | | | |||||
| * | | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql | monty@hundin.mysql.fi | 2002-06-10 | 1 | -0/+1 |
| |\ \ | |||||
| | * | | spurious binlog error code logging on temp table auto-drop fixed | sasha@mysql.sashanet.com | 2002-06-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | added a new replication test | ||||
* | | | | Fixed problem with innodb_log_group_home_dir and SHOW VARIABLES | monty@hundin.mysql.fi | 2002-06-17 | 3 | -3/+7 |
| |_|/ |/| | | |||||
* | | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 | monty@hundin.mysql.fi | 2002-06-17 | 3 | -27/+23 |
|\ \ \ | |||||
| * | | | Cleanup of checking of user resources | monty@mashka.mysql.fi | 2002-06-16 | 3 | -27/+23 |
| | | | | | | | | | | | | | | | | Added missing checking of no_keyread | ||||
* | | | | Fixed a bug in optimiser with MERGE tables with non-unique values | Sinisa@sinisa.nasamreza.org | 2002-06-15 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | with aggregating functions. This consistently crashed Mysql | ||||
* | | | | A fix for a bug which hits the optimiser when trying to group keys | Sinisa@sinisa.nasamreza.org | 2002-06-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | for a seemingly impoosbile conds in WHERE.... This crashed MySQL in 4.0.2 | ||||
* | | | | Merge | Sinisa@sinisa.nasamreza.org | 2002-06-14 | 1 | -0/+7 |
|\ \ \ \ | |||||
| * | | | | Fixed a rare bug when fulltext index is present and no tables are used. | Sinisa@sinisa.nasamreza.org | 2002-06-14 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | A better fix would be to have a map of tables that are not used at all, and to annul just fledls in that TABLE. | ||||
* | | | | | Merge | peter@linux.local | 2002-06-14 | 5 | -0/+158 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | This is just code style/minor optimizations cleanup changeset | peter@linux.local | 2002-06-14 | 1 | -24/+21 |
| | | | | | |||||
| * | | | | Merge linux.local:/data/mysql-4.0-root into linux.local:/data/mysql-4.0 | peter@linux.local | 2002-06-11 | 5 | -0/+161 |
| |\ \ \ \ | |||||
| | * | | | | This changeset is mostly new version of previous commit modified according | peter@linux.local | 2002-06-11 | 5 | -0/+161 |
| | | | | | | | | | | | | | | | | | | | | | | | | to Monty's code style and optimization comments | ||||
* | | | | | | Some small changes in multi-table update "ported" from mulit-table | Sinisa@sinisa.nasamreza.org | 2002-06-13 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | delete. | ||||
* | | | | | | Translated new error message to Dutch. | arjen@fred.bitbike.com | 2002-06-13 | 1 | -1/+2 |
| |_|/ / / |/| | | | | |||||
* | | | | | Remove remains of old getopt | monty@mashka.mysql.fi | 2002-06-12 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Added missing include file to sql_acl.cc (bug in last changeset) | monty@mashka.mysql.fi | 2002-06-12 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Merge work:/home/bk/mysql-4.0 into mashka.mysql.fi:/my/mysql-4.0 | monty@mashka.mysql.fi | 2002-06-12 | 42 | -595/+704 |
|\ \ \ \ \ | |||||
| * | | | | | Added the following new privleges: | monty@mashka.mysql.fi | 2002-06-12 | 42 | -595/+704 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SHOW DATABASES CREATE TEMPORARY TABLE LOCK TABLES REPLICATION SLAVE & REPLICATION CLIENT SUPER EXECUTE All scripts & documentation is updated for this change. Added better error messages for global privileges | ||||
* | | | | | | A fix for multi-table delete with tables optimised away. | Sinisa@sinisa.nasamreza.org | 2002-06-11 | 3 | -5/+10 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | Still not able to make a proper test case as this crashes on files where key and data pointers are 4 bytes each. Possibly a proper test case would require myisampack. | ||||
* | | | | | Big code cleanup/review before 4.0.2 release. | monty@mashka.mysql.fi | 2002-06-11 | 50 | -1237/+1339 |
|/ / / / | | | | | | | | | | | | | | | | | (All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree. | ||||
* | | | | Fixed bug in SQL_CALC_FOUND_ROWS + LIMIT | monty@hundin.mysql.fi | 2002-06-10 | 1 | -2/+14 |
| | | | | |||||
* | | | | Bug fix for complicated GROUP BY ... ORDER BY query. | monty@hundin.mysql.fi | 2002-06-09 | 2 | -10/+5 |
| | | | | | | | | | | | | | | | | Fixed problem in access rights testing (from last patch) | ||||
* | | | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 | monty@hundin.mysql.fi | 2002-06-09 | 5 | -11/+13 |
|\ \ \ \ | |||||
| * \ \ \ | Merge abelkin@work.mysql.com:/home/bk/mysql-4.0 | bell@sanja.is.com.ua | 2002-06-09 | 5 | -11/+13 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/mysql-4.0 | ||||
| | * | | | | removed unneeded table name pointer | bell@sanja.is.com.ua | 2002-06-09 | 5 | -11/+13 |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | transaction-live memory cleanup moved to ha_commit/ha_rollback fixed query cache validator to work correctly on systems that allocate unaligned dat | ||||
* | | | | | Fixed privilege check problem with SELECT ... INTO OUTFILE | monty@hundin.mysql.fi | 2002-06-09 | 1 | -12/+4 |
| | | | | | |||||
* | | | | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 | monty@hundin.mysql.fi | 2002-06-08 | 1 | -3/+8 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | A bug fix and test case for a bug that appears in quereis where there | Sinisa@sinisa.nasamreza.org | 2002-06-08 | 1 | -3/+8 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | is a GROUP BY a column that is not NOT NULL and ORDER BY is done by another column. Even better fix would be to make a separate function for this. | ||||
* | | | | Added a lot of DBUG_xxx statements to be able to find replication bug. | monty@bitch.mysql.fi | 2002-06-08 | 5 | -72/+118 |
|/ / / | | | | | | | | | | | | | Fixed critical bug on 64 bit systems. Cleanups | ||||
* | | | Fixed query cache align data bug. | bell@sanja.is.com.ua | 2002-06-07 | 1 | -4/+7 |
| | | | |||||
* | | | fixing error | bell@sanja.is.com.ua | 2002-06-06 | 1 | -2/+3 |
| | | | |||||
* | | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.0 | bell@sanja.is.com.ua | 2002-06-06 | 1 | -8/+25 |
|\ \ \ | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/work-4.0 | ||||
| * | | | probably fix of alignment error in query cache | bell@sanja.is.com.ua | 2002-06-06 | 1 | -8/+25 |
| | | | | |||||
* | | | | Merge hundin.mysql.fi:/my/mysql-3.23 | monty@hundin.mysql.fi | 2002-06-05 | 1 | -1/+3 |
|\ \ \ \ | | |/ / | |/| | | | | | | into hundin.mysql.fi:/my/bk/mysql-4.0 | ||||
| * | | | Fixed mysql_info() result when using INSERT DELAYED | monty@hundin.mysql.fi | 2002-06-05 | 1 | -1/+3 |
| | |/ | |/| | |||||
* | | | removed init_count from IO_CACHE. | monty@hundin.mysql.fi | 2002-06-05 | 10 | -582/+673 |
| | | | | | | | | | | | | Added missing mutex_unlock to slave replication code. | ||||
* | | | Merge | monty@hundin.mysql.fi | 2002-06-04 | 2 | -3/+9 |
|\ \ \ | |||||
| * | | | Fixed mutex problem in TRUNCATE TABLE | monty@hundin.mysql.fi | 2002-06-04 | 2 | -3/+9 |
| | | | | |||||
* | | | | Bug fix for multi-table delete with test case and manual entry | Sinisa@sinisa.nasamreza.org | 2002-06-04 | 1 | -5/+0 |
|/ / / | |||||
* | | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 | monty@hundin.mysql.fi | 2002-06-04 | 8 | -45/+47 |
|\ \ \ |