summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* These are actually two changesets. One for splitting LEX in two and unknown2001-06-0313-245/+969
* updates for LOAD DATA FROM MASTER + some cleanup of replication codeunknown2001-05-2815-82/+846
* fixed bug in count(distinct) unknown2001-05-241-3/+6
* handle tree overflow in count(distinct)unknown2001-05-242-4/+56
* Removed vio because it broke compilationunknown2001-05-242-3/+434
* Merge work:/home/bk/mysql-4.0 into donna.mysql.fi:/home/my/bk/mysql-4.0unknown2001-05-235-10/+14
|\
| * Mergeunknown2001-05-235-10/+14
| |\
| | * srv0srv.h One can now specify innodb_unix_file_flush_method in my.cnfunknown2001-05-233-0/+13
| | * Remove wrong access check for locks.unknown2001-05-232-10/+1
* | | Merge work:/home/bk/mysql-4.0 into donna.mysql.fi:/home/my/bk/mysql-4.0unknown2001-05-2312-90/+322
|\ \ \ | |/ / |/| |
| * | Added Unique class to be used for duplicate removal in multi-table delete.unknown2001-05-237-65/+307
| * | Don't write rows in MyISAM tables when using count(distinct)unknown2001-05-236-27/+17
* | | Merge work.mysql.com:/home/bk/mysqlunknown2001-05-222-2/+45
|\ \ \ | | |/ | |/|
| * | Merge work.mysql.com:/home/bk/mysqlunknown2001-05-223-15/+46
| |\ \
| | * | dict0dict.h InnoDB now tries to provide autoinc column value from a counter t...unknown2001-05-211-2/+36
| * | | Security fix: LOCK TABLES must check for sufficient privileges.unknown2001-05-221-0/+9
* | | | .del-violite.c~afa871b4aab14371 Delete: client/violite.cunknown2001-05-201-430/+0
* | | | Merge work.mysql.com:/home/bk/mysql-4.0unknown2001-05-202-10/+13
|\ \ \ \ | |_|_|/ |/| | |
| * | | mysqld.cc openssl supportunknown2001-05-201-6/+8
| * | | Makefile.am openssl supportunknown2001-05-201-4/+5
* | | | Fixed that MySQL compiles again after last merge.unknown2001-05-201-2/+3
* | | | new qsortunknown2001-05-201-1/+1
|\ \ \ \
| * | | | New qsort implementationunknown2001-05-201-1/+1
* | | | | mergeunknown2001-05-208-278/+374
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | Force close of sockets on HPUX 10.20unknown2001-05-192-13/+10
| | |/ | |/|
| * | Fixed bug when using MERGE on files > 4Gunknown2001-05-174-15/+26
| * | Merge work.mysql.com:/home/bk/mysqlunknown2001-05-141-2/+2
| |\ \
| | * | sql/stacktrace.cunknown2001-05-141-2/+2
| * | | Merge work.mysql.com:/home/bk/mysqlunknown2001-05-1433-311/+734
| |\ \ \ | | |/ /
| | * | Cleanup up stacktrace codeunknown2001-05-144-252/+321
| | * | Added information about using mysql-maxunknown2001-05-121-12/+14
| | * | Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysqlunknown2001-05-122-1/+18
| | |\ \
| | | * | cleanupunknown2001-05-122-1/+18
| * | | | Merge work.mysql.com:/home/bk/mysqlunknown2001-04-197-11/+57
| |\ \ \ \
| * \ \ \ \ Mergeunknown2001-04-171-1/+1
| |\ \ \ \ \
| | * | | | | sql_select.cc sizeof(**TABLE) -> sizeof(*TABLE) in malloc()unknown2001-04-171-1/+1
* | | | | | | Mergeunknown2001-05-157-43/+73
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | ALTER TABLE ... DISABLE KEYS / ALTER TABLE ... ENABLE KEYSunknown2001-05-117-43/+73
* | | | | | | Merge work:/home/bk/mysql-4.0 into donna.mysql.fi:/home/my/bk/mysql-4.0unknown2001-05-151-10/+17
|\ \ \ \ \ \ \
| * | | | | | | option to free_root() to not my_free() the blocksunknown2001-05-121-1/+1
| * | | | | | | fixes/optimizations for count(distinct)unknown2001-05-121-9/+16
* | | | | | | | Merge work:/home/bk/mysql-4.0 into donna.mysql.fi:/home/my/bk/mysql-4.0unknown2001-05-121-26/+38
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Only mark MERGE readonly if all tables are readonlyunknown2001-05-121-26/+38
* | | | | | | | use tree for count(distinct) when possibleunknown2001-05-112-3/+115
* | | | | | | | change tree to use qsort_cmp2 - compare function with 3 instead of 2 argumentsunknown2001-05-102-4/+46
* | | | | | | | fixes after merge. Now it compiles and passes the test suiteunknown2001-05-104-3/+14
* | | | | | | | Merged with 3.23, needs further fix-upunknown2001-05-1031-426/+778
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |
| * | | | | | sql/mysqld.ccunknown2001-05-091-2/+3
| * | | | | | mergedunknown2001-05-091-32/+176
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | stack trace updates:unknown2001-05-091-29/+174