Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed not used define YY_MAGIC_BELOW | monty@mysql.com/narttu.mysql.fi | 2007-03-23 | 1 | -9/+9 |
* | Fix for BUG#735 "Prepared Statements: there is no support for Query | guilhem@gbichot3.local | 2007-03-09 | 1 | -0/+11 |
* | manual merge | guilhem@gbichot3.local | 2007-03-09 | 1 | -6/+6 |
|\ | |||||
| * | Mechanical class renaming: | guilhem@gbichot3.local | 2007-01-30 | 1 | -6/+6 |
* | | Merge dev3-63.(none):/home/zhl/mysql/tree-merge/5.1/mysql-5.1-new-ndb-bj | lzhou/zhl@dev3-63.(none) | 2007-02-01 | 1 | -0/+2 |
|\ \ | |/ |/| | |||||
| * | Merge dli@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb-bj | dli@dev3-164.dev.cn.tlan | 2006-12-22 | 1 | -0/+2 |
| |\ | |||||
| | * | ndb - fixed for BUG#19896 Last_Errno: 4294967295, Error in Write_rows event: ... | dli@dev3-164.dev.cn.tlan | 2006-12-22 | 1 | -0/+2 |
| | * | Big patch to make embedded-server working in 5.x | holyfoot@deer.(none) | 2006-01-04 | 1 | -0/+9 |
* | | | my_strtoll10-x86.s: | kent@mysql.com/kent-amd64.(none) | 2006-12-31 | 1 | -1/+1 |
* | | | Many files: | kent@mysql.com/kent-amd64.(none) | 2006-12-23 | 1 | -2/+1 |
|/ / | |||||
* | | Merge mysql.com:/home/hf/work/mysql-4.1-mrg | holyfoot/hf@mysql.com/deer.(none) | 2006-11-16 | 1 | -1/+0 |
|\ \ | |||||
| * | | Bug #19216: Client crashes on long SELECT | gkodinov/kgeorge@macbook.gmz | 2006-11-13 | 1 | -1/+0 |
* | | | Fixes to embedded server to be able to run tests with it | monty@mysql.com | 2006-02-24 | 1 | -0/+9 |
| |/ |/| | |||||
* | | Fix for BUG#13549 "Server crash with nested stored procedures | bell@sanja.is.com.ua | 2005-11-23 | 1 | -1/+1 |
* | | A fix and a test case for Bug#6513 "Test Suite: Values inserted by using | konstantin@mysql.com | 2005-09-22 | 1 | -24/+0 |
* | | A fix and a test case for Bug#10794 "mysql_stmt_attr_set no | konstantin@mysql.com | 2005-06-30 | 1 | -1/+1 |
* | | Fixed BUG#10961: Stored procedures: crash if select * from dual | pem@mysql.comhem.se | 2005-06-01 | 1 | -2/+2 |
* | | Merge neptunus.(none):/home/msvensson/mysql/bug10241 | msvensson@neptunus.(none) | 2005-05-09 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | BUG#10241 cygwin port: invalid pragma interface directives | msvensson@neptunus.(none) | 2005-05-04 | 1 | -1/+1 |
* | | BUG#9391 mysqlshow prints incorrect "rows" information | msvensson@neptunus.(none) | 2005-04-13 | 1 | -1/+0 |
* | | Precision Math implementation | hf@deer.(none) | 2005-02-09 | 1 | -0/+3 |
* | | merge | bell@sanja.is.com.ua | 2004-11-12 | 1 | -1/+2 |
|\ \ | |||||
| * | | changed function name to prevent injection wrong code from 4.1 (WL#2133) | bell@sanja.is.com.ua | 2004-10-20 | 1 | -1/+2 |
* | | | Merge with 4.1 to get in latest bug fixes | monty@mysql.com | 2004-11-04 | 1 | -0/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Remove usage of !$ from mysql-tests | monty@mysql.com | 2004-11-02 | 1 | -0/+1 |
* | | | Fixes after merge with 4.1 | monty@mysql.com | 2004-11-03 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Microsoft VC++ won't compile class C { static const int I=1; }. | konstantin@mysql.com | 2004-08-28 | 1 | -5/+3 |
* | | Port of cursors to be pushed into 5.0 tree: | konstantin@mysql.com | 2004-08-03 | 1 | -2/+7 |
* | | Merge with 4.1.3-beta | monty@mysql.com | 2004-07-07 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | Fix for the bug #4014 (prepared SELECT in embedded server) | hf@deer.(none) | 2004-06-09 | 1 | -1/+3 |
| * | Proposed fix for Bug#4026 "Microseconds part of TIME/DATETIME types | konstantin@mysql.com | 2004-06-09 | 1 | -1/+0 |
* | | Merging 4.1 to 5.0. | pem@mysql.com | 2004-05-26 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | Support for character set conversion in binary protocol: another go | konstantin@mysql.com | 2004-05-25 | 1 | -1/+3 |
* | | Merge 4.1 -> 5.0. | pem@mysql.com | 2004-04-07 | 1 | -5/+0 |
|\ \ | |/ | |||||
| * | Desperate attempt to push part of prepared statements cleanup which was | konstantin@oak.local | 2004-03-02 | 1 | -5/+0 |
* | | Merge 4.1 to 5.0 | pem@mysql.com | 2003-12-01 | 1 | -6/+5 |
|\ \ | |/ | |||||
| * | Added missing SSL library (Should be in source distribution) | monty@mysql.com | 2003-11-28 | 1 | -6/+5 |
* | | WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, us... | pem@mysql.telia.com | 2003-10-10 | 1 | -5/+3 |
|/ | |||||
* | SCRUM | hf@deer.(none) | 2003-09-18 | 1 | -0/+1 |
* | SCRUM: | hf@deer.(none) | 2003-09-17 | 1 | -0/+13 |
* | merge commit, hope that none of bar and dlenev changes were | kostja@oak.local | 2003-09-03 | 1 | -0/+1 |
|\ | |||||
| * | Style fixes, comments for 4.1.1 authorization | kostja@oak.local | 2003-07-18 | 1 | -0/+1 |
* | | After merge fixes + bugs from last merge | monty@mashka.mysql.fi | 2003-08-19 | 1 | -1/+1 |
|/ | |||||
* | new version of help | vva@eagle.mysql.r18.ru | 2003-05-29 | 1 | -0/+2 |
* | New 4.1 protocol; SQLSTATE, CLIENT_MULTI_RESULTS, client character set | monty@mashka.mysql.fi | 2003-05-26 | 1 | -1/+0 |
* | SCRUM | hf@deer.mysql.r18.ru | 2003-04-23 | 1 | -2/+24 |
* | New methods to store strings with "convert to" argimument | bar@bar.mysql.r18.ru | 2003-04-07 | 1 | -0/+6 |
* | New variable to turn off automatic charset conversion of query results | bar@bar.mysql.r18.ru | 2003-03-21 | 1 | -0/+2 |
* | CONVERT class was removed | bar@bar.mysql.r18.ru | 2003-03-18 | 1 | -4/+0 |
* | Preparing to client<->server autoconvert | bar@bar.mysql.r18.ru | 2003-03-17 | 1 | -4/+4 |