summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Yesterday I removed process_io_create_file; I shouldn't have.unknown2003-08-211-0/+121
* Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-08-206-152/+59
|\
| * First commit for fixing BUG#1100unknown2003-08-206-152/+59
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-08-206-6/+18
|\ \
| * | Fix for BUG#1086. Now we don't preserve event's log_pos throughunknown2003-08-206-6/+18
| |/
* | Fixed some varnings from valgrindunknown2003-08-2011-94/+131
|/
* Use my_b_append instead of my_b_write on a SEQ_READ_APPEND cache, when we writeunknown2003-08-192-16/+2
* Fix for BUG#1096 which is:unknown2003-08-192-6/+17
* Merge abelkin@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-08-1810-34/+75
|\
| * fixed typo in last pushunknown2003-08-171-2/+2
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-08-175-15/+44
| |\
| | * Fix mutex handling in SHOW_VARIABLES (key_buffer_size was not properly protec...unknown2003-08-175-15/+44
| * | Cleanups to recent patchesunknown2003-08-153-4/+11
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-08-134-15/+20
| |\ \ | | |/ | |/|
| | * Remove wrong bug fix when calling create_sort_index.unknown2003-08-104-15/+20
* | | Merge abelkin@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-08-151-1/+0
|\ \ \ | |/ / |/| |
| * | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0unknown2003-08-091-1/+0
| |\ \ | | |/ | |/|
| | * rewritten test using loop (BUG#930)unknown2003-08-081-1/+0
* | | Merge bk-internal:/home/bk/mysql-4.0/unknown2003-08-123-34/+50
|\ \ \ | |/ / |/| |
| * | snprintf compatibility fixunknown2003-08-121-1/+1
| * | BETWEEN bug fix: non-const expressions on both endsunknown2003-08-091-28/+41
| * | between range optimization bug (between with const on one end only)unknown2003-08-081-5/+8
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-08-076-89/+109
|\ \ \ | |/ / |/| |
| * | Review of changesets since last pull.unknown2003-08-076-89/+109
* | | mergedunknown2003-08-071-2/+2
|\ \ \
| * \ \ Merge bk-internal:/home/bk/mysql-3.23/unknown2003-08-071-2/+2
| |\ \ \
| | * | | fixed password buffer overflowunknown2003-08-071-2/+2
| * | | | Fix an erronous cast for GCC introduced for to fix VC++ compiler errorunknown2003-08-051-1/+1
| * | | | Fix VC++ compiler errorunknown2003-08-041-1/+1
| |/ / /
| * | | Cleaned up code commentunknown2003-08-031-1/+2
| * | | Backporting the changeset below from 4.0, because a customer hitsunknown2003-08-011-1/+2
| * | | ha_innobase.cc:unknown2003-07-021-14/+6
* | | | PRIMARY KEY can erroneously have HA_NULL_PART_KEY flag that breaks correct ke...unknown2003-08-071-1/+2
* | | | Bug #792 combination of date-interval and between with mixed constant and non...unknown2003-08-061-6/+4
* | | | Merge bk-internal:/home/bk/mysql-4.0/unknown2003-08-051-2/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | make it clear for optimizer that XOR's are not optimizable at the moment (BUG...unknown2003-08-051-2/+8
* | | | 2 bugfixes:unknown2003-08-043-17/+42
| |_|/ |/| |
* | | Fix so that SET PASSWORD is not replicated by the slave if running withunknown2003-08-021-0/+19
* | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-08-021-4/+22
|\ \ \ | |/ / |/| |
| * | Mark tables 'updating' in sql_acl.cc (mysql_grant(), mysql_table_grant()) so ...unknown2003-08-021-4/+22
* | | Merge bk-internal:/home/bk/mysql-4.0/unknown2003-08-011-4/+0
|\ \ \
| * | | outer join, impossible on condition, where, and usable key for rangeunknown2003-07-251-4/+0
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0unknown2003-07-301-3/+9
|\ \ \ \
| * | | | Fix security bug. mysqld server without ssl support was completlyunknown2003-07-301-3/+9
* | | | | support of more then 255 tables dependence in query cache (fixed BUG#930)unknown2003-07-301-1/+1
|/ / / /
* | | | mysqld.cc:unknown2003-07-291-1/+1
| |/ / |/| |
* | | Avoid segfault when LOAD DATA FROM MASTER is run on a master which does nounknown2003-07-281-1/+1
* | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-07-244-55/+134
|\ \ \
| * | | Fix for BUG#858 "CHANGE MASTER forgets to update relay-log.info";unknown2003-07-241-3/+17
| * | | WL#1036 (print the db in slave error messages).unknown2003-07-243-52/+117
| |/ /