summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Update of VC++ project files (to remove link warnings)monty@narttu.mysql.fi2003-08-252-4/+2
* Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@narttu.mysql.fi2003-08-234-39/+65
|\
| * show symlinked directories in SHOW CREATE TABLEmonty@narttu.mysql.fi2003-08-234-39/+65
* | After merge fixesSinisa@sinisa.nasamreza.org2003-08-2235-468/+862
|\ \
| * \ Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2003-08-226-16/+105
| |\ \ | | |/ | |/|
| | * 2 minor edits, plusguilhem@mysql.com2003-08-226-16/+105
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@narttu.mysql.fi2003-08-223-3/+30
| |\ \
| | * | Move test that uses many tables (in query_cache.test) to separate test so tha...monty@narttu.mysql.fi2003-08-223-3/+30
| * | | mergedserg@serg.mylan2003-08-213-36/+42
| |\ \ \
| | * | | Bug #1064: SHOW CREATE TABLE: avoid allocations for simple tables, old client...serg@serg.mylan2003-08-212-2/+5
| | * | | fix for SHOW CREATE TABLE to report corerct second field's lengthserg@serg.mylan2003-08-212-36/+39
| * | | | Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2003-08-2120-177/+254
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Yesterday I removed process_io_create_file; I shouldn't have.guilhem@mysql.com2003-08-211-0/+121
| | * | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2003-08-206-152/+59
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | First commit for fixing BUG#1100guilhem@mysql.com2003-08-206-152/+59
| | * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0dlenev@mysql.com2003-08-206-6/+18
| | |\ \ \
| | | * | | Fix for BUG#1086. Now we don't preserve event's log_pos throughdlenev@mysql.com2003-08-206-6/+18
| | | |/ /
| | * | | Fixed some varnings from valgrindmonty@narttu.mysql.fi2003-08-2011-94/+131
| | |/ /
| * | | sortedserg@serg.mylan2003-08-211-4/+4
| |/ /
| * | Use my_b_append instead of my_b_write on a SEQ_READ_APPEND cache, when we writeguilhem@mysql.com2003-08-192-16/+2
| * | Fix for BUG#1096 which is:guilhem@mysql.com2003-08-192-6/+17
| * | Merge abelkin@bk-internal.mysql.com:/home/bk/mysql-4.0bell@laptop.sanja.is.com.ua2003-08-1810-34/+75
| |\ \
| | * | fixed typo in last pushmonty@narttu.mysql.fi2003-08-171-2/+2
| | * | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@narttu.mysql.fi2003-08-175-15/+44
| | |\ \
| | | * | Fix mutex handling in SHOW_VARIABLES (key_buffer_size was not properly protec...monty@narttu.mysql.fi2003-08-175-15/+44
| | * | | Cleanups to recent patchesmonty@mashka.mysql.fi2003-08-153-4/+11
| | * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mashka.mysql.fi2003-08-134-15/+20
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Remove wrong bug fix when calling create_sort_index.monty@mashka.mysql.fi2003-08-104-15/+20
| * | | | Merge abelkin@bk-internal.mysql.com:/home/bk/mysql-4.0bell@laptop.sanja.is.com.ua2003-08-151-1/+0
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0bell@sanja.is.com.ua2003-08-091-1/+0
| | |\ \ \ | | | |/ / | | |/| |
| | | * | rewritten test using loop (BUG#930)bell@sanja.is.com.ua2003-08-081-1/+0
| * | | | Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2003-08-123-34/+50
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | snprintf compatibility fixserg@serg.mylan2003-08-121-1/+1
| | * | | BETWEEN bug fix: non-const expressions on both endsserg@serg.mylan2003-08-091-28/+41
| | * | | between range optimization bug (between with const on one end only)serg@serg.mylan2003-08-081-5/+8
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mashka.mysql.fi2003-08-076-89/+109
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Review of changesets since last pull.monty@mashka.mysql.fi2003-08-076-89/+109
| * | | | mergedserg@serg.mylan2003-08-071-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge bk-internal:/home/bk/mysql-3.23/serg@serg.mylan2003-08-071-2/+2
| | |\ \ \
| | | * | | fixed password buffer overflowserg@serg.mylan2003-08-071-2/+2
| | * | | | Fix an erronous cast for GCC introduced for to fix VC++ compiler errormiguel@hegel.local2003-08-051-1/+1
| | * | | | Fix VC++ compiler errormiguel@hegel.local2003-08-041-1/+1
| | |/ / /
| | * | | Cleaned up code commentmonty@mashka.mysql.fi2003-08-031-1/+2
| | * | | Backporting the changeset below from 4.0, because a customer hitsguilhem@mysql.com2003-08-011-1/+2
| | * | | ha_innobase.cc:heikki@hundin.mysql.fi2003-07-021-14/+6
| * | | | PRIMARY KEY can erroneously have HA_NULL_PART_KEY flag that breaks correct ke...serg@serg.mylan2003-08-071-1/+2
| * | | | Bug #792 combination of date-interval and between with mixed constant and non...serg@serg.mylan2003-08-061-6/+4
| * | | | Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2003-08-051-2/+8
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | make it clear for optimizer that XOR's are not optimizable at the moment (BUG...serg@serg.mylan2003-08-051-2/+8
| * | | | 2 bugfixes:guilhem@mysql.com2003-08-043-17/+42
| | |_|/ | |/| |