summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Better names for two system variables:unknown2004-05-204-33/+36
* poratble printing of ha_rows valuesunknown2004-05-171-2/+4
* a code fix (don't specify default value of argument twice), updating a line o...unknown2004-05-141-2/+2
* Post-merge post-merge fix (new error codes for fparser).unknown2004-05-1435-14/+2067
|\
| * Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2004-05-121-1/+1
| |\
| | * Moved the declaration of status variable Last_query_cost to follow alphabetic...unknown2004-05-121-1/+1
| * | file parser for new .frmunknown2004-05-1127-2/+972
| |/
| * Merge of WL#1469 with latest bk sources.unknown2004-05-119-511/+679
| * Merge of WL#1469 with latest bk version.unknown2004-05-117-666/+1581
| |\
| | * Complete implementation of WL#1469 "Greedy algorithm to search for an optimal...unknown2004-05-103-278/+449
| | * Implementation of WL#1469 (Greedy algorithm to search for an optimal executio...unknown2004-04-168-8/+910
* | | Post-merge fixes.unknown2004-05-146-201/+276
* | | Merge 4.1 -> 5.0unknown2004-05-07102-1782/+7506
|\ \ \ | |/ / |/| |
| * | ctype-win1250ch.c, ctype-czech.c:unknown2004-05-071-2/+2
| * | Portablity fix for system with case insenstive table names. (Without this ALT...unknown2004-05-071-0/+3
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-074-10/+32
| |\ \
| | * | Portability fixesunknown2004-05-074-10/+32
| * | | postreview fixesunknown2004-05-072-2/+6
| * | | fake_select_lex should be prepared during PS preparation to work correctlyunknown2004-05-072-19/+62
| * | | mysql_stmt_reset now expects ok/error packet from server.unknown2004-05-061-7/+11
| |/ /
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-067-11/+18
| |\ \
| | * | Fixed (portability) bug in handler.h, and tried to silence cast warnings on s...unknown2004-05-067-11/+18
| * | | Merge with 4.0 to get security patch for check_grant_columunknown2004-05-062-4/+4
| |\ \ \ | | |/ / | |/| |
| | * | Merge mysql.com:/home/my/mysql-3.23 into mysql.com:/home/my/mysql-4.0unknown2004-05-061-2/+2
| | |\ \
| | | * | fixed db name and layout (can cause very rare race condition bug)unknown2004-05-041-2/+2
| | * | | Remove not used variableunknown2004-05-061-2/+2
| | * | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-05-051-3/+3
| | |\ \ \
| | | * | | very minor changes: a STOP SLAVE in a replication test to get rid of a non cr...unknown2004-05-051-3/+3
| | * | | | InnoDB portability fix: new function os_file_set_eof()unknown2004-05-051-1/+1
| * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-061-2/+2
| |\ \ \ \ \
| | * | | | | Fixed wrong key usage which caused wrong result for some "WHERE primary_key=c...unknown2004-05-061-2/+2
| * | | | | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-062-0/+5
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Make Item_param::val_int and Item_param::val_str follow the used convention a...unknown2004-05-052-0/+5
| * | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-05-051-6/+2
| |\ \ \ \ \ \
| | * | | | | | Replication:unknown2004-05-051-6/+2
| * | | | | | | mergeunknown2004-05-0519-243/+379
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-0519-243/+379
| | |\ \ \ \ \ \
| | | * | | | | | after merge fixesunknown2004-05-057-18/+37
| | | * | | | | | Merge with 4.0.19unknown2004-05-0517-228/+345
| | | |\ \ \ \ \ \ | | | | | |/ / / / | | | | |/| | | |
| | | | * | | | | Portability fixunknown2004-05-051-5/+1
| | | | * | | | | InnoDB: Truncate "<datadir>/innodb.status.<pid>" to its actual sizeunknown2004-05-051-0/+5
| | | | * | | | | Merge marko@build.mysql.com:/home/bk/mysql-4.0unknown2004-05-056-18/+26
| | | | |\ \ \ \ \ | | | | | | |/ / / | | | | | |/| | |
| | | | | * | | | useless fixes for --report-password and --show-slave-auth-info (almost undocu...unknown2004-05-042-2/+2
| | | | | * | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-05-041-10/+7
| | | | | |\ \ \ \
| | | | | | * | | | Fix for Bug#3357 "If the statement is long, the error message is trunc and im...unknown2004-05-041-10/+7
| | | | | * | | | | don't rely on readdir() returning . and .. firstunknown2004-05-042-2/+13
| | | | | * | | | | compatibility fix. warning removedunknown2004-05-031-4/+4
| | | | | |/ / / /
| | | | * | | | | InnoDB: implement LOCK TABLE (Bug #3299)unknown2004-04-291-4/+16
| | | | |/ / / /
| | | | * | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-04-283-10/+45
| | | | |\ \ \ \
| | | | | * | | | A new option --replicate-same-server-id to force a slave to execute queries o...unknown2004-04-283-10/+45