Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-12684 Show what config file a sysvar got a value from | Sergei Golubchik | 2019-10-13 | 1 | -0/+1 |
* | Merge 10.4 into 10.5 | Marko Mäkelä | 2019-10-11 | 1 | -3/+1 |
|\ | |||||
| * | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-10-10 | 1 | -3/+1 |
| |\ | |||||
| | * | After merge fix, this line was removed in adefaef | Sergey Vojtovich | 2019-10-09 | 1 | -1/+0 |
| | * | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-10-09 | 1 | -2/+1 |
| | |\ | |||||
| | | * | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-10-09 | 1 | -4/+1 |
| | | |\ | |||||
| | | | * | MDEV-19536 - Server crash or ASAN heap-use-after-free in is_temporary_table / | Sergey Vojtovich | 2019-10-07 | 1 | -4/+1 |
| | | * | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-06-12 | 1 | -3/+0 |
| | | |\ \ | | | | |/ | |||||
| | | | * | MDEV-16467 - MariaDB crashes because of "long semaphore wait"after migrating ... | Sergey Vojtovich | 2019-06-12 | 1 | -3/+0 |
* | | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2019-09-06 | 1 | -0/+5 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-08-31 | 1 | -0/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | MDEV-20425: Fix -Wimplicit-fallthrough | Marko Mäkelä | 2019-08-30 | 1 | -0/+1 |
| * | | | | Merge 10.3 into 10.4, except for MDEV-20265 | Marko Mäkelä | 2019-08-23 | 1 | -0/+4 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | MDEV-20210 If you have an INVISIBLE VIRTUAL column, SHOW CREATE TABLE doesn't... | Anel Husakovic | 2019-08-21 | 1 | -0/+4 |
* | | | | | Revert "MDEV-20342 Turn Field::flags from a member to a method" | Alexander Barkov | 2019-08-14 | 1 | -11/+11 |
* | | | | | MDEV-20342 Turn Field::flags from a member to a method | Alexander Barkov | 2019-08-14 | 1 | -11/+11 |
* | | | | | Merge remote-tracking branch 'origin/10.4' into 10.5 | Alexander Barkov | 2019-08-13 | 1 | -10/+16 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fixed access to unitialized memory when using unique HASH key | Monty | 2019-08-13 | 1 | -10/+16 |
| * | | | | Revert part of 05619f6989590727a470c23475fc987f52b56988 | Marko Mäkelä | 2019-08-12 | 1 | -5/+4 |
| * | | | | Fixes based on warnings from gcc/clang and valgrind | Monty | 2019-08-12 | 1 | -4/+5 |
* | | | | | MDEV-19991 Turn I_S tables GEOMETRY_COLUMNS and SPATIAL_REF_SYS into a plugin | Sergey Vojtovich | 2019-07-09 | 1 | -1/+1 |
* | | | | | MDEV-19991 Turn I_S tables GEOMETRY_COLUMNS and SPATIAL_REF_SYS into a plugin | Alexander Barkov | 2019-07-09 | 1 | -164/+2 |
* | | | | | MDEV-18582: Extend SHOW STATUS LIKE 'Innodb_%' | Marko Mäkelä | 2019-07-04 | 1 | -0/+6 |
* | | | | | MDEV-19923 Add type handlers for geometry sub-types | Alexander Barkov | 2019-07-03 | 1 | -1/+4 |
* | | | | | MDEV-19843 Modify ST_FIELD_INFO to use Type_handler and LEX_CSTRING | Alexander Barkov | 2019-06-24 | 1 | -31/+30 |
* | | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2019-06-18 | 1 | -0/+6 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2019-06-14 | 1 | -0/+6 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | MDEV-16804 SYSTEM VERSIONING columns not showing as GENERATED | Aleksey Midenkov | 2019-06-14 | 1 | -0/+6 |
* | | | | | MDEV-19772 Add helper classes for ST_FIELD_INFO | Alexander Barkov | 2019-06-16 | 1 | -657/+529 |
* | | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2019-06-13 | 1 | -1/+3 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-16249 CHECKSUM TABLE for a spider table is not parallel and saves all da... | Kentoku SHIBA | 2019-06-11 | 1 | -1/+3 |
* | | | | | MDEV-17709 Remove handlerton::state | Robert Bindar | 2019-06-06 | 1 | -4/+3 |
* | | | | | MDEV-19599 Change db_name, table_name to LEX_CSTRING in Item_ident and Send_f... | Alexander Barkov | 2019-05-26 | 1 | -21/+10 |
* | | | | | MDEV-19593 Split create_schema_table() into virtual methods in Type_handler | Alexander Barkov | 2019-05-25 | 1 | -122/+8 |
* | | | | | MDEV-19566 Remove Item::name related strlen() calls in constructors of some I... | Alexander Barkov | 2019-05-23 | 1 | -41/+23 |
* | | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2019-05-23 | 1 | -3/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2019-05-19 | 1 | -3/+2 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-05-14 | 1 | -1/+1 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-05-13 | 1 | -1/+1 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Merge branch '5.5' into 10.1 | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
| | | | |\ | |||||
| | | | | * | Update FSF Address | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
| | * | | | | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2019-05-12 | 1 | -1/+0 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | Merge branch '10.1' into 10.2 | Oleksandr Byelkin | 2019-05-04 | 1 | -6/+4 |
| | | |\ \ \ | | | | |/ / | |||||
| | | | * | | Adjusting sql_command to align with higher version, this is an adjustment | Varun Gupta | 2019-05-02 | 1 | -5/+4 |
| | | | * | | Merge branch '5.5' into 10.1 | Sergei Golubchik | 2019-04-26 | 1 | -2/+0 |
| | | | |\ \ | | | | | |/ | |||||
| | | | | * | MDEV-15907 ASAN heap-use-after-free | Robert Bindar | 2019-04-24 | 1 | -2/+0 |
| | * | | | | cleanup: move checksum code to handler class | Sergei Golubchik | 2019-05-07 | 1 | -1/+1 |
* | | | | | | MDEV-307 review minor edits, add yacc_ora support | Robert Bindar | 2019-05-21 | 1 | -3/+6 |
* | | | | | | MDEV-307 Add functionality for database comments | Gagan Goel | 2019-05-21 | 1 | -7/+18 |
|/ / / / / | |||||
* | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-05-05 | 1 | -7/+10 |
|\ \ \ \ \ | |/ / / / |