Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Many files: | unknown | 2003-10-13 | 1 | -0/+1 |
* | Fixed bug in error handling of CREATE ... SELECT | unknown | 2003-10-08 | 1 | -4/+1 |
* | Merge with 4.0.16 | unknown | 2003-10-07 | 1 | -0/+5 |
|\ | |||||
| * | Optimized code for setting user variables with := and fixed some bugs in old ... | unknown | 2003-10-03 | 1 | -0/+5 |
* | | Merge | unknown | 2003-10-06 | 1 | -12/+23 |
|\ \ | |||||
| * | | Fix for #1487 | unknown | 2003-10-06 | 1 | -0/+2 |
| * | | SCRUM: | unknown | 2003-09-17 | 1 | -0/+5 |
| * | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 | unknown | 2003-09-16 | 1 | -0/+3 |
| |\ \ | |||||
| | * | | SCRUM | unknown | 2003-09-16 | 1 | -0/+3 |
| * | | | New SQL variables "collation_server" and "collation_database" | unknown | 2003-09-15 | 1 | -2/+5 |
| |/ / | |||||
| * | | merge | unknown | 2003-09-03 | 1 | -5/+2 |
| |\ \ | |||||
| | * \ | merge with 4.0.15 | unknown | 2003-08-29 | 1 | -5/+2 |
| | |\ \ | | | |/ | |||||
| | | * | Revert change of lower-case-table handling as this breaks how alias works. | unknown | 2003-08-29 | 1 | -2/+9 |
| | | * | Portability fixes | unknown | 2003-08-28 | 1 | -17/+3 |
| | | * | Clearer states in SHOW PROCESSLIST for replication threads. | unknown | 2003-08-25 | 1 | -1/+1 |
| | | * | After merge fixes | unknown | 2003-08-22 | 1 | -3/+1 |
| | | |\ | |||||
| | | | * | 2 minor edits, plus | unknown | 2003-08-22 | 1 | -1/+1 |
| | | | * | Fix for BUG#1086. Now we don't preserve event's log_pos through | unknown | 2003-08-20 | 1 | -1/+0 |
| | | | * | rewritten test using loop (BUG#930) | unknown | 2003-08-08 | 1 | -1/+0 |
| | | * | | Fuller implementation of lower case table names. | unknown | 2003-07-23 | 1 | -3/+9 |
| | | |/ | |||||
| * | | | merge commit, hope that none of bar and dlenev changes were | unknown | 2003-09-03 | 1 | -4/+5 |
| |\ \ \ | |||||
| | * | | | few compile-time bugs fixed | unknown | 2003-07-18 | 1 | -1/+1 |
| | * | | | Style fixes, comments for 4.1.1 authorization | unknown | 2003-07-18 | 1 | -7/+1 |
| | * | | | Merge oak.local:/home/kostja/mysql/mysql-4.1-root | unknown | 2003-07-08 | 1 | -4/+11 |
| | |\ \ \ | |||||
| | | * | | | Preliminary support for options --secure-auth, | unknown | 2003-07-08 | 1 | -0/+1 |
| | | * | | | First version of new authentification procedure: now authentification is one-... | unknown | 2003-07-01 | 1 | -4/+10 |
| * | | | | | comment left after merge was moved to correct | unknown | 2003-08-29 | 1 | -1/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge laptop.sanja.is.com.ua:/home/bell/mysql/bk/work-all_any-4.1 | unknown | 2003-08-23 | 1 | -23/+42 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | quick fix for found row counter | unknown | 2003-08-20 | 1 | -1/+1 |
| * | | | | After merge fixes | unknown | 2003-08-19 | 1 | -0/+5 |
| * | | | | Merge with 4.0.14 | unknown | 2003-08-11 | 1 | -22/+36 |
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/| | |||||
| | * | | Better fix for bug #791: At binlog rotation, INSERTs may not find their way i... | unknown | 2003-07-14 | 1 | -4/+8 |
| | * | | Safety and speedup fixes: | unknown | 2003-07-14 | 1 | -9/+5 |
| | * | | Member no_rotate in MYSQL_LOG was always 0, I delete it. | unknown | 2003-07-12 | 1 | -2/+0 |
| | * | | removed 2 small useless if(). | unknown | 2003-07-12 | 1 | -1/+0 |
| | * | | Fix for BUG#791: | unknown | 2003-07-11 | 1 | -2/+9 |
| | * | | WL#912 (more user control on relay logs): | unknown | 2003-07-06 | 1 | -3/+15 |
| | * | | Added thread variable max_seeks_for_key | unknown | 2003-06-27 | 1 | -0/+1 |
| | * | | Fixed memory allocation in Unique to not allocate too much memory | unknown | 2003-06-26 | 1 | -20/+22 |
| | * | | SCRUM | unknown | 2003-06-19 | 1 | -0/+1 |
* | | | | optimisation of independent ALL/ANY with aggregate function (WL#1115) (SCRUM) | unknown | 2003-08-12 | 1 | -0/+16 |
|/ / / | |||||
* | | | merge | unknown | 2003-07-01 | 1 | -2/+17 |
|\ \ \ | |_|/ |/| | | |||||
| * | | LAST_INSERT_ID() should not be set if we couldn't generate an auto_increment id. | unknown | 2003-06-30 | 1 | -2/+17 |
* | | | cond_count moved to SELECT_LEX_NODE | unknown | 2003-06-26 | 1 | -1/+1 |
* | | | New class DTCollation (SQL:2003 calls it "declared type collation") | unknown | 2003-06-24 | 1 | -2/+1 |
|/ / | |||||
* | | Merge rurik.mysql.com:/home/igor/mysql-4.1 | unknown | 2003-06-12 | 1 | -0/+1 |
|\ \ | |||||
| * | | Many files: | unknown | 2003-06-12 | 1 | -0/+1 |
* | | | character_set_server is now updatable | unknown | 2003-05-30 | 1 | -0/+2 |
* | | | merge | unknown | 2003-05-22 | 1 | -1/+3 |
|\ \ \ | |||||
| * \ \ | Merge with 4.0.13 | unknown | 2003-05-19 | 1 | -1/+3 |
| |\ \ \ | | |/ / | |/| / | | |/ |