Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge conflicts with EXAMPLE handler | magnus@neptunus.(none) | 2004-04-15 | 1 | -4/+88 |
|\ | |||||
| * | Added NDB storage engine | magnus@neptunus.(none) | 2004-04-15 | 1 | -4/+88 |
* | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1 | brian@brian-akers-computer.local | 2004-04-14 | 1 | -0/+9 |
|\ \ | |/ |/| | |||||
| * | All changes are to allow someone to compile the example storage engine and us... | brian@brian-akers-computer.local | 2004-04-12 | 1 | -0/+9 |
* | | Moved reading of ranges from opt_range.cc to handler.cc | monty@mysql.com | 2004-04-08 | 1 | -0/+138 |
|/ | |||||
* | WL#775 "Add status variable identifying binlog_cache_size shortage" | dlenev@jabberwock.localdomain | 2004-04-02 | 1 | -3/+26 |
* | false/true -> FALSE/TRUE | monty@mysql.com | 2004-03-30 | 1 | -2/+2 |
* | To save 32KB memory per thread when --log-bin is not used, we do not | guilhem@mysql.com | 2004-03-26 | 1 | -10/+11 |
* | Cleanup | monty@mashka.mysql.fi | 2004-03-04 | 1 | -1/+1 |
* | Cleanup ha_checktype() and redundant variables. | acurtis@pcgem.rdg.cyberkinetica.com | 2004-03-02 | 1 | -42/+34 |
* | After merge fixes | monty@mysql.com | 2004-02-16 | 1 | -2/+2 |
* | Merge with 4.0.18 | monty@mysql.com | 2004-02-11 | 1 | -10/+20 |
|\ | |||||
| * | Some small portability fixes. | monty@mysql.com | 2003-12-30 | 1 | -10/+20 |
* | | WorkLog #1323 (part 2) | antony@ltantony.rdg.cyberkinetica.homeunix.net | 2003-12-17 | 1 | -1/+1 |
* | | WorkLog#1280 - Remove fixed table handler from lex/yacc | antony@ltantony.rdg.cyberkinetica.homeunix.net | 2003-12-02 | 1 | -10/+65 |
* | | Merge key cache structures to one | monty@mysql.com | 2003-11-20 | 1 | -23/+30 |
* | | CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS | monty@mashka.mysql.fi | 2003-11-18 | 1 | -33/+54 |
* | | Merge | igor@rurik.mysql.com | 2003-10-30 | 1 | -16/+56 |
|\ \ | |||||
| * | | Many files: | igor@rurik.mysql.com | 2003-10-01 | 1 | -1/+2 |
| * | | Manual merge after improving concurrency for key cache reassignment | igor@rurik.mysql.com | 2003-10-01 | 1 | -16/+55 |
* | | | Indentation cleanups | monty@narttu.mysql.fi | 2003-10-08 | 1 | -3/+0 |
|/ / | |||||
* | | merge | monty@narttu.mysql.fi | 2003-09-03 | 1 | -11/+75 |
|\ \ | |||||
| * \ | merge with 4.0.15 | monty@narttu.mysql.fi | 2003-08-29 | 1 | -11/+75 |
| |\ \ | | |/ | |||||
| | * | Update of VC++ project files (to remove link warnings) | monty@narttu.mysql.fi | 2003-08-25 | 1 | -2/+2 |
| | * | 2 minor edits, plus | guilhem@mysql.com | 2003-08-22 | 1 | -8/+61 |
| | * | Fix mutex handling in SHOW_VARIABLES (key_buffer_size was not properly protec... | monty@narttu.mysql.fi | 2003-08-17 | 1 | -3/+14 |
* | | | Fix for bug #799 FLUSH TABLES WITH READ LOCK does not block CREATE TABLE | gluh@gluh.mysql.r18.ru | 2003-08-28 | 1 | -0/+3 |
|/ / | |||||
* | | Merge with 4.0.14 | monty@mashka.mysql.fi | 2003-08-11 | 1 | -1/+67 |
|\ \ | |/ | |||||
| * | bug #702 - ALTER TABLE tm UNION=(t1,t2) doesn't work if t1.MYD is compressed | serg@serg.mylan | 2003-07-15 | 1 | -0/+3 |
| * | Many files: | heikki@hundin.mysql.fi | 2003-06-15 | 1 | -1/+64 |
* | | changed for AUTO_VALUE_ON_ZERO | vva@eagle.mysql.r18.ru | 2003-07-28 | 1 | -4/+5 |
* | | fixed bug 663 and WL 1052 (sql_mode is safe for mysqldump) | vva@eagle.mysql.r18.ru | 2003-07-22 | 1 | -1/+4 |
* | | LAST_INSERT_ID() should not be set if we couldn't generate an auto_increment id. | monty@mashka.mysql.fi | 2003-06-30 | 1 | -0/+2 |
* | | Merge rurik.mysql.com:/home/igor/mysql-4.1 | igor@rurik.mysql.com | 2003-06-12 | 1 | -0/+5 |
|\ \ | |||||
| * | | Many files: | igor@rurik.mysql.com | 2003-06-12 | 1 | -0/+5 |
* | | | Merge with 4.0.13 | monty@narttu.mysql.fi | 2003-06-05 | 1 | -2/+6 |
|\ \ \ | | |/ | |/| | |||||
| * | | ha_innodb.cc, handler.cc: | heikki@hundin.mysql.fi | 2003-06-05 | 1 | -26/+8 |
| * | | handler.cc: | heikki@hundin.mysql.fi | 2003-06-04 | 1 | -5/+27 |
* | | | Merge with 4.0.13 | monty@narttu.mysql.fi | 2003-05-19 | 1 | -5/+35 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
| * | Fix for MacOSX and symlinks | monty@narttu.mysql.fi | 2003-05-14 | 1 | -4/+6 |
| * | Many files: | heikki@hundin.mysql.fi | 2003-05-03 | 1 | -1/+29 |
* | | Give warning if MySQL doesn't honor given storage engine | monty@mashka.mysql.fi | 2003-05-13 | 1 | -0/+8 |
* | | make compilation to work w/o InnoDB as well | serg@serg.mylan | 2003-04-30 | 1 | -1/+3 |
* | | merging | bell@sanja.is.com.ua | 2003-04-16 | 1 | -0/+10 |
|\ \ | |||||
| * \ | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 | bell@sanja.is.com.ua | 2003-02-18 | 1 | -0/+10 |
| |\ \ | |||||
| | * \ | merging | bell@sanja.is.com.ua | 2002-12-11 | 1 | -0/+10 |
| | |\ \ | |||||
| | | * | | new innodb query cache behaviour (recommit because of problem with 4.1 reposi... | bell@sanja.is.com.ua | 2002-11-03 | 1 | -1/+12 |
* | | | | | don't increment LAST_INSERT_ID() when incremented value cannot be stored in a... | serg@sergbook.mysql.com | 2003-03-31 | 1 | -2/+2 |
* | | | | | Merge with 4.0.12 | monty@narttu.mysql.fi | 2003-03-19 | 1 | -1/+8 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Print right hostname or IP in SHOW PROCESSLIST | monty@narttu.mysql.fi | 2003-03-19 | 1 | -1/+8 |