Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Add (limited) support for UPDATE and DELETE to ODBC tables | Olivier Bertrand | 2013-11-11 | 26 | -1251/+1314 |
* | - BUG fixed: When updating, to avoid skipped update, force the table | Olivier Bertrand | 2013-11-09 | 3 | -23/+68 |
* | - Move all enum AMT definitions in one place (plgdbsem.h) | Olivier Bertrand | 2013-11-06 | 24 | -196/+485 |
* | - Adding cmake code to install ConnectSE mtr tests | Alexander Barkov | 2013-10-31 | 2 | -1/+14 |
* | - Update version number and date | Olivier Bertrand | 2013-10-29 | 2 | -3/+3 |
* | ConnectSE: fixing memory leaks reported by valgrind | Alexander Barkov | 2013-10-29 | 1 | -2/+41 |
* | Merge 10.0-connect -> 10.0 | Alexander Barkov | 2013-10-29 | 35 | -303/+1703 |
|\ | |||||
| * | MDEV-4877 mysqldump dumps all data from a connect table | Alexander Barkov | 2013-10-29 | 3 | -0/+36 |
| * | - Fix some GCC compiler eroors and warnings | Olivier Bertrand | 2013-10-27 | 3 | -3/+3 |
| * | - Add test on MYSQL table self reference during CREATE TABLE | Olivier Bertrand | 2013-10-27 | 5 | -114/+200 |
| * | - Implement the "exec source" feature for table type MYSQL. | Olivier Bertrand | 2013-10-26 | 4 | -6/+300 |
| * | - Add new features to ODBC table type | Olivier Bertrand | 2013-10-26 | 7 | -28/+105 |
| * | - Fix compile error on some plarforms (64bits?) | Olivier Bertrand | 2013-10-12 | 1 | -1/+1 |
| * | - Commit merged file (on Linux) | Olivier Bertrand | 2013-10-11 | 9 | -106/+752 |
| |\ | |||||
| | * | - Fix bug when closing some table types | Olivier Bertrand | 2013-10-11 | 9 | -105/+745 |
| | * | - Fix the default length for DOUBLE to 255 (was 256, max is 255) | Olivier Bertrand | 2013-10-02 | 2 | -1/+4 |
| * | | - Commit merged changes | Olivier Bertrand | 2013-09-25 | 3641 | -102353/+1931777 |
| |\ \ | | |/ | |||||
| | * | - Reset some variables when closing just in case the XML tre is re-used. | Olivier Bertrand | 2013-09-25 | 1 | -0/+4 |
| | * | Activating connect suite | Alexander Barkov | 2013-09-24 | 1 | -0/+1 |
| | * | ConnectSE: adding more unixODBC "still reachable" suppressions. | Alexander Barkov | 2013-09-23 | 1 | -0/+21 |
| | * | ConnectSE: suppressing some "still reachable" errors from unixODBC. | Alexander Barkov | 2013-09-23 | 1 | -0/+71 |
| | * | Merge from 10.0. | Alexander Barkov | 2013-09-23 | 3630 | -102296/+1931477 |
| | |\ | |||||
| | * | | - Fix several bugs causing memory leak or invalid access detected | Olivier Bertrand | 2013-09-22 | 8 | -45/+191 |
| | * | | Fixing a typo in the previous commit | Alexander Barkov | 2013-09-16 | 1 | -1/+1 |
| | * | | - Fix compilation error on some platforms | Olivier Bertrand | 2013-09-16 | 2 | -12/+12 |
| |/ / | |||||
| * | | - Get rid of a compiler warning | Olivier Bertrand | 2013-08-29 | 1 | -1/+1 |
| * | | - Fix a bug causing a crash when an XCOL table was the source of | Olivier Bertrand | 2013-08-29 | 5 | -5/+19 |
| * | | - Handle TINY in ODBC type conversion | Olivier Bertrand | 2013-08-25 | 2 | -7/+10 |
| * | | Merge from 10.0. | Alexander Barkov | 2013-08-22 | 1 | -0/+1 |
| |\ \ | |||||
| * \ \ | Merging from 10.0 | Alexander Barkov | 2013-08-22 | 66 | -155/+2054 |
| |\ \ \ | |||||
| * | | | | - Suppress a gcc compiler warning | Olivier Bertrand | 2013-08-20 | 1 | -1/+1 |
| * | | | | - Fix a bug causing wrong charset used when inserting an attibute in | Olivier Bertrand | 2013-08-19 | 4 | -5/+6 |
* | | | | | Merging more ctype_* tests from MySQL-5.6. | Alexander Barkov | 2013-10-28 | 32 | -46/+4568 |
* | | | | | Better test coverage for WL#4013 Unicode german2 collation | Alexander Barkov | 2013-10-25 | 17 | -857/+4288 |
* | | | | | MDEV-5180 Data type for WEIGHT_STRING is too short in some cases | Alexander Barkov | 2013-10-25 | 32 | -43/+3325 |
* | | | | | MDEV-5084: Missing C++ support in ma_dyncol.h | unknown | 2013-10-07 | 1 | -0/+6 |
* | | | | | MDEV-5085: Dynamic columns require inclusion of my_sys.h and my_global.h | unknown | 2013-10-07 | 2 | -1/+18 |
* | | | | | MDEV-5163 Merge WEIGHT_STRING function from MySQL-5.6 | Alexander Barkov | 2013-10-23 | 103 | -821/+14243 |
* | | | | | Update perfschema/r/nesting.result after MDEV-3798: EXPLAIN UPDATE/DELETE | Sergey Petrunya | 2013-10-21 | 1 | -56/+56 |
* | | | | | Merge 10.0-base -> 10.0 | Sergey Petrunya | 2013-10-21 | 1 | -7/+20 |
|\ \ \ \ \ | |||||
| * | | | | | Fix valgrind failure in subselect3.test, "Conditional jump or move | Sergey Petrunya | 2013-10-17 | 1 | -7/+20 |
* | | | | | | Embedded server with authenticaction fixed after connection attributes port. | unknown | 2013-10-08 | 2 | -5/+10 |
* | | | | | | MDEV-5148: Server crashes in print_explain on killing EXPLAIN EXTENDED | Sergey Petrunya | 2013-10-18 | 3 | -4/+56 |
* | | | | | | Merge | Sergey Petrunya | 2013-10-17 | 13 | -8/+378 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | merge | unknown | 2013-10-17 | 2 | -6/+16 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | merge 10.0-base -> 10.0 | unknown | 2013-10-17 | 13 | -18/+388 |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | |||||
| | * | | | | | | Merge 5.5 -> 10.0-base | Alexander Barkov | 2013-10-16 | 4 | -0/+24 |
| | |\ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ | Merge 5.3->5.5 | Alexander Barkov | 2013-10-16 | 4 | -0/+24 |
| | | |\ \ \ \ \ \ | |||||
| | | | * \ \ \ \ \ | Merge 5.2->5.3 | Alexander Barkov | 2013-10-16 | 0 | -0/+0 |
| | | | |\ \ \ \ \ \ | |||||
| | | | | * \ \ \ \ \ | Merge 5.1->5.2 | Alexander Barkov | 2013-10-16 | 4 | -0/+24 |
| | | | | |\ \ \ \ \ \ |