maria:10.3-vicentiu

Last commit made on 2019-12-04
Get this branch:
git clone -b 10.3-vicentiu https://git.launchpad.net/maria

Branch merges

Branch information

Name:
10.3-vicentiu
Repository:
lp:maria

Recent commits

a3514c5... by Vicențiu Ciorbaru

cleanup

cfa76e7... by Vicențiu Ciorbaru

Foo

7a228b9... by Vicențiu Ciorbaru

foo

454c1b8... by Vicențiu Ciorbaru

STD Data update

f5b13be... by Anel Husakovic <email address hidden>

Handle special characters

b16bff4... by Anel Husakovic <email address hidden>

Change the path for test files

2818624... by Vicențiu Ciorbaru

Cleanup of code

Main changes:

* Include algorithm
* Remove warnings from compiler. We were accessing overrun memory with
statically allocated buffers!
* Clean up the header file. There is no reason to polute the global
namespace with defines that are only relevant in the CC file.
* ALTER_RECREATE flag does not need to be manually reset. The correct
method is to check if the current running command is ALTER TABLE and it
has the FORCE flag afterwards.
* Introduce comments, delete unneded code (enums that are never used).
* Static keyword for functions not used outside the module.
* Prevent server segfault if there is a corrupted json document.

418c056... by Anel Husakovic <email address hidden>

After review fix

281d514... by Anel Husakovic <email address hidden>

MDEV-18323 Convert MySQL JSON type to MariaDB TEXT in mysql_upgrade

4b5a14d... by Elena Stepanova

List of unstable tests for 10.3.17 release (updated)