summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-24853: Duplicate key generated during cluster configuration changeJulius Goryavsky2021-03-081-131/+177
* fixup 58b56f14a096285a0e51b2233fc35398f1b01f5a: Remove dead codeMarko Mäkelä2021-03-043-33/+6
* MDEV-25051 Race condition between persistent statistics and RENAME TABLE or T...Marko Mäkelä2021-03-041-14/+18
* MDEV-24748 extern column check missing in btr_index_rec_validate()Thirunarayanan Balathandayuthapani2021-03-031-0/+12
* MDEV-20648 InnoDB: Failing assertion: !(*node)->being_extended, innodb.log_da...bb-10.2-MDEV-20648Thirunarayanan Balathandayuthapani2021-03-031-14/+26
* MDEV-24532 Table corruption ER_NO_SUCH_TABLE_IN_ENGINE .. on table with forei...Monty2021-03-021-1/+2
* MDEV-24913 Assertion !recv_no_log_write in log_write_up_to()Thirunarayanan Balathandayuthapani2021-02-231-2/+1
* Merge branch 'bb-10.2-release' into 10.2Sergei Golubchik2021-02-2214-306/+500
|\
| * Fix connect engine ppc64 failOlivier Bertrand2021-02-052-7/+7
| * Fix of connect engine crashesOlivier Bertrand2021-02-051-0/+2
| * Fix of crashes of connect engine.Oleksandr Byelkin2021-02-053-24/+24
| * Fix of random crashes of connect engine (probably depend on addresses used)-Oleksandr Byelkin2021-02-051-1/+1
| * Fix compiler warnings of the new connect engine.Oleksandr Byelkin2021-02-051-0/+1
| * Revert "Fix of warnings on aarch64 like:"Oleksandr Byelkin2021-02-022-5/+5
| * Merge remote-tracking branch 'connect/10.2' into 10.2Oleksandr Byelkin2021-02-0213-269/+460
| |\
| | * Fix failed test bson and xmlOlivier Bertrand2021-02-021-1/+7
| | * Fix failed test bson and xmlOlivier Bertrand2021-01-303-4/+2
| | * Update bson_get_item modified: bsonudf.cppOlivier Bertrand2021-01-291-9/+8
| | * Fix decimal problems in bson udf'sOlivier Bertrand2021-01-284-138/+116
| | * - Continue BSON developmentOlivier Bertrand2021-01-2813-131/+341
* | | MDEV-24863 AHI entries mismatch with the index while reloading the evicted ta...Thirunarayanan Balathandayuthapani2021-02-221-14/+57
* | | MDEV-24873 : galera.galera_as_slave_ctas MTR failed: Assertion `(&(&LOCK_thd_...Jan Lindström2021-02-171-1/+1
* | | MDEV-24763 ALTER TABLE fails to rename a column in SYS_FIELDSMarko Mäkelä2021-02-121-0/+34
* | | MDEV-24790 CAST('0e1111111111' AS DECIMAL(38,0)) returns a wrong resultAlexander Barkov2021-02-081-3/+2
* | | Updating test results in rocksdb test suite after MDEV-11172 is fixedVarun Gupta2021-02-013-5/+5
|/ /
* | fix of warning on windowsOleksandr Byelkin2021-01-292-2/+2
* | Fix of warnings on aarch64 like:Oleksandr Byelkin2021-01-292-5/+5
* | fix warnings returned by gcc v10.0Oleksandr Byelkin2021-01-295-9/+12
* | Merge remote-tracking branch 'connect/10.2' 10.2Oleksandr Byelkin2021-01-2994-2184/+18357
|\ \ | |/
| * Fix some Json and Bson bugsOlivier Bertrand2021-01-204-6/+29
| * Fix failed testOlivier Bertrand2021-01-132-0/+4
| * Fix failed testOlivier Bertrand2021-01-122-4/+0
| * - Remove static linkage to cpprestsdk when it is installedOlivier Bertrand2021-01-129-72/+1327
| * Re-include BSON into CMakeLists.txtOlivier Bertrand2021-01-101-0/+13
| * Remove changes to CMakeLists.txt that cause compile errorOlivier Bertrand2021-01-101-25/+6
| * - add the test on RESTOlivier Bertrand2021-01-104-7/+66
| * - Add the new BSON temporary type for testingOlivier Bertrand2021-01-0821-425/+4226
| * - Fix jfile_convert crash on error. modified: jsonudf.cpp (plus BSON UDF's)Olivier Bertrand2020-12-316-152/+2861
| * - Continue BSON implementation + fix create modified ha_connect.ccOlivier Bertrand2020-12-265-125/+132
| * Make REST tables default file name. Commit before continuing BSON developmentOlivier Bertrand2020-12-226-32/+57
| * - Fix json parser (void objects not recognized) modified: json.cppOlivier Bertrand2020-12-182-12/+15
| * - Fix crash with JsonContains UDF + BSON developmentOlivier Bertrand2020-12-174-25/+17
| * - Fix pretty=2 Tabjson bug on INSERT.Olivier Bertrand2020-12-1510-908/+189
| * BSON developmentOlivier Bertrand2020-12-116-103/+249
| * - Fix json_bjson (s was erase by Json_Subset)Olivier Bertrand2020-12-0912-614/+204
| * - Continue BSON implementationOlivier Bertrand2020-12-0814-99/+1033
| * Remove a push warning causing failing assert. Modified storage/connect/filam...Olivier Bertrand2020-12-0410-570/+400
| * Fix failed compile modified storage/connect/ha_connect.ccOlivier Bertrand2020-12-021-1/+2
| * Fix failed compile modified storage/connect/ha_connect.cc and mycat.ccOlivier Bertrand2020-12-012-12/+12
| * - Fix memory leak for the JSON table typeOlivier Bertrand2020-12-0116-181/+3214