summaryrefslogtreecommitdiff
path: root/sql
Commit message (Collapse)AuthorAgeFilesLines
* Removed mysql_ssl_clear() monty@hundin.mysql.fi2002-06-277-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 managementSinisa@sinisa.nasamreza.org2002-06-203-44/+46
| | | | system.
* Fixed some bugs after last mergemonty@hundin.mysql.fi2002-06-203-17/+15
| | | | Added semaphore support to MIT-pthreads.
* Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0monty@hundin.mysql.fi2002-06-192-9/+8
|\
| * Fixed some comments , plus introduced some tests so that I do notSinisa@sinisa.nasamreza.org2002-06-181-3/+3
| | | | | | | | make some new mistakes.
| * My previous patch was not good at all.Sinisa@sinisa.nasamreza.org2002-06-171-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.fi2002-06-1916-73/+85
| | | | | | | | | | This avoids using fulltext keys for table scanning. This also reverts Sinisa's original fix for this problem.
* | Merge with 3.23.52monty@hundin.mysql.fi2002-06-172-2/+3
|\ \
| * | Backported fix from 4.0 which caused core dumps for some complex queries.monty@hundin.mysql.fi2002-06-172-4/+6
| | |
| * | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlmonty@hundin.mysql.fi2002-06-101-0/+1
| |\ \
| | * | spurious binlog error code logging on temp table auto-drop fixedsasha@mysql.sashanet.com2002-06-051-0/+1
| | | | | | | | | | | | | | | | added a new replication test
* | | | Fixed problem with innodb_log_group_home_dir and SHOW VARIABLESmonty@hundin.mysql.fi2002-06-173-3/+7
| |_|/ |/| |
* | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0monty@hundin.mysql.fi2002-06-173-27/+23
|\ \ \
| * | | Cleanup of checking of user resourcesmonty@mashka.mysql.fi2002-06-163-27/+23
| | | | | | | | | | | | | | | | Added missing checking of no_keyread
* | | | Fixed a bug in optimiser with MERGE tables with non-unique valuesSinisa@sinisa.nasamreza.org2002-06-151-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | with aggregating functions. This consistently crashed Mysql
* | | | A fix for a bug which hits the optimiser when trying to group keysSinisa@sinisa.nasamreza.org2002-06-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | for a seemingly impoosbile conds in WHERE.... This crashed MySQL in 4.0.2
* | | | MergeSinisa@sinisa.nasamreza.org2002-06-141-0/+7
|\ \ \ \
| * | | | Fixed a rare bug when fulltext index is present and no tables are used. Sinisa@sinisa.nasamreza.org2002-06-141-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.
* | | | | Mergepeter@linux.local2002-06-145-0/+158
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | This is just code style/minor optimizations cleanup changesetpeter@linux.local2002-06-141-24/+21
| | | | |
| * | | | Merge linux.local:/data/mysql-4.0-root into linux.local:/data/mysql-4.0peter@linux.local2002-06-115-0/+161
| |\ \ \ \
| | * | | | This changeset is mostly new version of previous commit modified according peter@linux.local2002-06-115-0/+161
| | | | | | | | | | | | | | | | | | | | | | | | to Monty's code style and optimization comments
* | | | | | Some small changes in multi-table update "ported" from mulit-tableSinisa@sinisa.nasamreza.org2002-06-131-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | delete.
* | | | | | Translated new error message to Dutch.arjen@fred.bitbike.com2002-06-131-1/+2
| |_|/ / / |/| | | |
* | | | | Remove remains of old getoptmonty@mashka.mysql.fi2002-06-121-1/+1
| | | | |
* | | | | Added missing include file to sql_acl.cc (bug in last changeset)monty@mashka.mysql.fi2002-06-121-0/+1
| | | | |
* | | | | Merge work:/home/bk/mysql-4.0 into mashka.mysql.fi:/my/mysql-4.0monty@mashka.mysql.fi2002-06-1242-595/+704
|\ \ \ \ \
| * | | | | Added the following new privleges:monty@mashka.mysql.fi2002-06-1242-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.org2002-06-113-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.fi2002-06-1150-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 + LIMITmonty@hundin.mysql.fi2002-06-101-2/+14
| | | |
* | | | Bug fix for complicated GROUP BY ... ORDER BY query.monty@hundin.mysql.fi2002-06-092-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.0monty@hundin.mysql.fi2002-06-095-11/+13
|\ \ \ \
| * \ \ \ Merge abelkin@work.mysql.com:/home/bk/mysql-4.0bell@sanja.is.com.ua2002-06-095-11/+13
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/mysql-4.0
| | * | | | removed unneeded table name pointerbell@sanja.is.com.ua2002-06-095-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 OUTFILEmonty@hundin.mysql.fi2002-06-091-12/+4
| | | | |
* | | | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0monty@hundin.mysql.fi2002-06-081-3/+8
|\ \ \ \ \ | |/ / / /
| * | | | A bug fix and test case for a bug that appears in quereis where there Sinisa@sinisa.nasamreza.org2002-06-081-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.fi2002-06-085-72/+118
|/ / / | | | | | | | | | | | | Fixed critical bug on 64 bit systems. Cleanups
* | | Fixed query cache align data bug.bell@sanja.is.com.ua2002-06-071-4/+7
| | |
* | | fixing errorbell@sanja.is.com.ua2002-06-061-2/+3
| | |
* | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.0bell@sanja.is.com.ua2002-06-061-8/+25
|\ \ \ | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/work-4.0
| * | | probably fix of alignment error in query cachebell@sanja.is.com.ua2002-06-061-8/+25
| | | |
* | | | Merge hundin.mysql.fi:/my/mysql-3.23monty@hundin.mysql.fi2002-06-051-1/+3
|\ \ \ \ | | |/ / | |/| | | | | | into hundin.mysql.fi:/my/bk/mysql-4.0
| * | | Fixed mysql_info() result when using INSERT DELAYEDmonty@hundin.mysql.fi2002-06-051-1/+3
| | |/ | |/|
* | | removed init_count from IO_CACHE.monty@hundin.mysql.fi2002-06-0510-582/+673
| | | | | | | | | | | | Added missing mutex_unlock to slave replication code.
* | | Mergemonty@hundin.mysql.fi2002-06-042-3/+9
|\ \ \
| * | | Fixed mutex problem in TRUNCATE TABLEmonty@hundin.mysql.fi2002-06-042-3/+9
| | | |
* | | | Bug fix for multi-table delete with test case and manual entrySinisa@sinisa.nasamreza.org2002-06-041-5/+0
|/ / /
* | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0monty@hundin.mysql.fi2002-06-048-45/+47
|\ \ \