Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with after merge fix | ingo@mysql.com | 2005-03-04 | 1 | -1/+5 |
|\ | |||||
| * | merge | serg@serg.mylan | 2005-03-03 | 1 | -1/+5 |
| |\ | |||||
| | * | Fixes for bugs reported by Stefano Di Paola (stefano.dipaola@wisec.it) | serg@serg.mylan | 2005-03-03 | 1 | -1/+5 |
| * | | Manual merge | igor@rurik.mysql.com | 2005-02-11 | 1 | -7/+6 |
| |\ \ | | |/ | |||||
| | * | select.result: | igor@rurik.mysql.com | 2005-02-11 | 1 | -7/+6 |
| * | | Merge rurik.mysql.com:/home/igor/dev/mysql-4.0-0 | igor@rurik.mysql.com | 2005-02-10 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | select.result, select.test: | igor@rurik.mysql.com | 2005-02-10 | 1 | -0/+1 |
* | | | Fixes while during review of last pull | monty@mysql.com | 2005-02-26 | 1 | -1/+2 |
* | | | Post review changes | bell@52.0.168.192.in-addr.arpa | 2005-02-23 | 1 | -42/+54 |
* | | | Better emulation correct SELECT tree for fields expressions of merging view d... | bell@sanja.is.com.ua | 2005-02-10 | 1 | -16/+25 |
* | | | fixed problem in view over view setup (BUG#7433) | bell@sanja.is.com.ua | 2005-01-31 | 1 | -1/+1 |
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 | bell@sanja.is.com.ua | 2005-01-31 | 1 | -2/+15 |
|\ \ \ | |||||
| * \ \ | merge | bell@sanja.is.com.ua | 2005-01-19 | 1 | -2/+15 |
| |\ \ \ | |||||
| | * | | | fixed problem in resolving items of outer query in subqueries in view (BUG#6394) | bell@sanja.is.com.ua | 2005-01-18 | 1 | -2/+15 |
* | | | | | Fixes for windows compilation bugs | georg@beethoven.site | 2005-01-26 | 1 | -3/+3 |
* | | | | | merged | serg@serg.mylan | 2005-01-24 | 1 | -0/+4 |
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | |||||
| * | | | Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ | serg@serg.mylan | 2005-01-24 | 1 | -3/+7 |
| |\ \ \ | |||||
| | * | | | fixes/cleanups according to Coverity report | serg@serg.mylan | 2005-01-24 | 1 | -3/+7 |
* | | | | | Merge from 4.1. | jimw@mysql.com | 2005-01-18 | 1 | -0/+8 |
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | | |||||
| * | | | Print a warning when an old table (with no character set stored) is opened | jimw@mysql.com | 2005-01-17 | 1 | -1/+12 |
| |/ / | |||||
* | | | Fix accesses to uninitialized memory (found by valgrind) | monty@mysql.com | 2005-01-13 | 1 | -48/+41 |
* | | | Fixed memory reference errors found by valgrind | monty@mysql.com | 2005-01-12 | 1 | -6/+27 |
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | monty@mysql.com | 2005-01-06 | 1 | -198/+190 |
|\ \ \ | |||||
| * | | | First stage of table definition cache | monty@mysql.com | 2005-01-06 | 1 | -198/+190 |
* | | | | fixed views with PS protocol | bell@sanja.is.com.ua | 2005-01-05 | 1 | -4/+5 |
* | | | | fixed bugs in view code with prepared statemnts | bell@sanja.is.com.ua | 2005-01-04 | 1 | -0/+11 |
|/ / / | |||||
* | | | Remove clear_insert_values() because it was far from trivial to handle the cl... | monty@mysql.com | 2005-01-03 | 1 | -20/+0 |
* | | | manually merged | serg@sergbook.mysql.com | 2004-12-31 | 1 | -30/+32 |
|\ \ \ | |/ / | |||||
| * | | Bugs#7278: Don't open a table if it contains columns with non-supported charsets | bar@mysql.com | 2004-12-22 | 1 | -8/+29 |
| * | | Bug#7302: UCS2 data in ENUM field get truncated when new column is added | bar@mysql.com | 2004-12-21 | 1 | -19/+1 |
* | | | Fix max_key_length and max_unique_length to take into account varchar and nul... | monty@mysql.com | 2004-12-31 | 1 | -5/+6 |
* | | | Merge with global tree | monty@mysql.com | 2004-12-31 | 1 | -1/+26 |
|\ \ \ | |||||
| * | | | After merge fixes | monty@mysql.com | 2004-12-31 | 1 | -1/+0 |
| * | | | Merge with 4.1 | monty@mishka.local | 2004-12-22 | 1 | -0/+26 |
| |\ \ \ | | |/ / | |||||
| | * | | #7066 [Ver]: "ctype_ucs" fails on SGI IRIX | bar@mysql.com | 2004-12-07 | 1 | -2/+11 |
| | * | | UCS2 support in ENUM and SET, which also fixes: | bar@mysql.com | 2004-12-06 | 1 | -0/+17 |
* | | | | WL#1895 - Print message to error log in case of detected MyISAM corruption | ingo@mysql.com | 2004-12-23 | 1 | -1/+8 |
|/ / / | |||||
* | | | Merge with global tree | monty@mysql.com | 2004-12-19 | 1 | -0/+3 |
* | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0 | ram@gw.mysql.r18.ru | 2004-12-17 | 1 | -9/+14 |
|\ \ \ | |||||
| * | | | bit type | ram@gw.mysql.r18.ru | 2004-12-17 | 1 | -9/+14 |
* | | | | Fix for bug#7212: information_schema: "Can't find file" errors if storage eng... | gluh@gluh.mysql.r18.ru | 2004-12-16 | 1 | -2/+3 |
|/ / / | |||||
* | | | Merge with new VARCHAR code | monty@mysql.com | 2004-12-06 | 1 | -10/+18 |
|\ \ \ | |||||
| * | | | Add support for up to VARCHAR (size up to 65535) | monty@mysql.com | 2004-12-06 | 1 | -10/+18 |
* | | | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 | tomas@poseidon.ndb.mysql.com | 2004-11-25 | 1 | -1/+20 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | table.cc: | bar@mysql.com | 2004-11-25 | 1 | -1/+20 |
* | | | | spelling fixed/comments added (postreview fixes) | bell@sanja.is.com.ua | 2004-11-25 | 1 | -1/+1 |
* | | | | merge | bell@sanja.is.com.ua | 2004-11-21 | 1 | -35/+221 |
|\ \ \ \ | |||||
| * | | | | post merge | bell@sanja.is.com.ua | 2004-11-21 | 1 | -8/+10 |
| * | | | | merge | bell@sanja.is.com.ua | 2004-11-11 | 1 | -31/+213 |
| |\ \ \ \ | | |_|/ / | |/| | | | |||||
| | * | | | merge | bell@sanja.is.com.ua | 2004-10-07 | 1 | -15/+17 |
| | |\ \ \ |