Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | set timeout=30bb-10.6-nikita | Nikita Malyavin | 2021-09-14 | 1 | -1/+1 |
* | Remove "FLUSH STATUS resets counters for all threads" Test. | Nikita Malyavin | 2021-09-14 | 2 | -72/+0 |
* | document the missing inactive threads bug | Nikita Malyavin | 2021-09-14 | 2 | -0/+43 |
* | add HA_SLOW_RND_POS, update tests | Nikita Malyavin | 2021-09-13 | 4 | -26/+9 |
* | fix tests. remove missing unlocks. fix ORDER BY | Nikita Malyavin | 2021-09-09 | 4 | -297/+342 |
* | review fixes | Nikita Malyavin | 2021-09-08 | 3 | -25/+45 |
* | resolve the possible deadlock issue through intern_plugin_lock | Nikita Malyavin | 2021-09-07 | 4 | -25/+76 |
* | do not lock LOCK_thd_data | Nikita Malyavin | 2021-09-07 | 2 | -11/+1 |
* | MDEV-16440 merge 5.7 P_S sysvars instrumentation and tables | Nikita Malyavin | 2021-09-07 | 6 | -83/+96 |
* | Better grain of LOCK_global_system_variables in Sys_var_multi_source | Nikita Malyavin | 2021-09-07 | 2 | -10/+19 |
* | fix ASAN use-after-poison in fix_dl_name | Nikita Malyavin | 2021-09-07 | 1 | -1/+2 |
* | new columnstore | Oleksandr Byelkin | 2021-08-02 | 1 | -0/+0 |
* | Merge branch '10.5' into 10.6 | Oleksandr Byelkin | 2021-08-02 | 357 | -2127/+8206 |
|\ | |||||
| * | suppress galera error "Failed to report last committed" | Sergei Golubchik | 2021-08-01 | 1 | -0/+1 |
| * | Merge branch '10.4' into 10.5 | Oleksandr Byelkin | 2021-07-31 | 345 | -2130/+7748 |
| |\ | |||||
| | * | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2021-07-31 | 339 | -2361/+7428 |
| | |\ | |||||
| | | * | fix MDEV-16026 MDEV-16481 embedded server results and rests | Oleksandr Byelkin | 2021-07-29 | 5 | -40/+62 |
| | | * | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2021-07-29 | 140 | -1347/+2664 |
| | | |\ | |||||
| | | | * | Cleanup: Remove dead code | Marko Mäkelä | 2021-07-28 | 1 | -6/+0 |
| | | | * | latest C/C | Sergei Golubchik | 2021-07-27 | 1 | -0/+0 |
| | | | * | MDEV-7209 mroonga storage engine fails to build on OpenBSD | Sergei Golubchik | 2021-07-27 | 4 | -2/+2 |
| | | | * | Merge remote-tracking branch 'merge/merge-pcre' into 10.2 | Sergei Golubchik | 2021-07-27 | 28 | -114/+151 |
| | | | |\ | |||||
| | | | | * | 8.45 | Sergei Golubchik | 2021-07-27 | 44 | -5300/+6704 |
| | | | * | | Merge remote-tracking branch 'connect/10.2' into 10.2 | Sergei Golubchik | 2021-07-27 | 110 | -1230/+2512 |
| | | | |\ \ | |||||
| | | | | * | | Fix compile error for centos 74 Modified taboccur.cpp | Olivier Bertrand | 2021-07-24 | 1 | -0/+2 |
| | | | | * | | Replace Mongo2.jar and Mongo3.jar with ne versions | Olivier Bertrand | 2021-07-24 | 2 | -0/+0 |
| | | | | * | | - Make user variable prefix recognized by IsArgJson and IsJson | Olivier Bertrand | 2021-07-24 | 13 | -61/+111 |
| | | | | * | | Fix clang compile error in value.cpp | Olivier Bertrand | 2021-06-25 | 1 | -2/+2 |
| | | | | * | | Fix clang compile error in tabjson and typo in tabbson.cpp | Olivier Bertrand | 2021-06-25 | 3 | -5/+5 |
| | | | | * | | Fix clang compile error in tabjson.cpp and tabbson.cpp | Olivier Bertrand | 2021-06-25 | 2 | -2/+2 |
| | | | | * | | Fix clang compile error in tabjson.cpp and tabbson.cpp | Olivier Bertrand | 2021-06-25 | 2 | -2/+2 |
| | | | | * | | Fix compile error in value.h and remove unused variables in ha_connect.cc | Olivier Bertrand | 2021-06-25 | 2 | -5/+2 |
| | | | | * | | Fix clang compile error | Olivier Bertrand | 2021-06-24 | 1 | -0/+1 |
| | | | | * | | - Make function strz return null when LEX_STRING is null | Olivier Bertrand | 2021-06-24 | 12 | -85/+201 |
| | | | | * | | - Fix MDEV-25863 : Replace __WIN__ by _WIN32 | Olivier Bertrand | 2021-06-08 | 77 | -551/+1317 |
| | | | | * | | - Mongo defined columns | Olivier Bertrand | 2021-05-24 | 6 | -12/+26 |
| | | | | * | | - Fix MDEV-25715 | Olivier Bertrand | 2021-05-18 | 2 | -6/+6 |
| | | | | * | | - Put all jar files in the SHARE directory (was PLUGIN) | Olivier Bertrand | 2021-05-17 | 17 | -106/+136 |
| | | | | * | | - All this concern Json or Mongo tables based on MongoDB collections. | Olivier Bertrand | 2021-05-05 | 7 | -28/+53 |
| | | | | * | | Typo | Olivier Bertrand | 2021-05-02 | 1 | -1/+1 |
| | | | | * | | Fix compile warning as error | Olivier Bertrand | 2021-05-02 | 3 | -8/+9 |
| | | | | * | | - Major update of the json/bson/mongo table types programs. | Olivier Bertrand | 2021-05-01 | 26 | -403/+682 |
| | | * | | | | MDEV-24511 null field is created with CREATE..SELECT | Sergei Golubchik | 2021-07-29 | 5 | -5/+68 |
| | | * | | | | MDEV-9234 Add Type_handler::union_element_finalize() | Alexander Barkov | 2021-07-29 | 3 | -6/+26 |
| | | * | | | | fixup 0bd9f755b MDEV-26062 | Nikita Malyavin | 2021-07-29 | 1 | -6/+6 |
| | | * | | | | MDEV-24020: Trim with remove_str Fails on Spider | Yongxin Xu | 2021-07-29 | 7 | -9/+366 |
| | | * | | | | add const qualifiers to sys_var::value_ptr functions and fix const casts | Nikita Malyavin | 2021-07-27 | 7 | -163/+197 |
| | | * | | | | MDEV-16026 MDEV-16481 refactor Sys_var_vers_asof | Nikita Malyavin | 2021-07-27 | 8 | -75/+259 |
| | | * | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2021-07-27 | 35 | -268/+402 |
| | | |\ \ \ \ | | | | |/ / / | |||||
| | | | * | | | MDEV-25998 fixup: Avoid a hang | Marko Mäkelä | 2021-07-27 | 3 | -19/+6 |