summaryrefslogtreecommitdiff
path: root/plugin
Commit message (Expand)AuthorAgeFilesLines
* Switch Perl DBI scripts from DBD::mysql to DBD::MariaDB driverbb-10.5-MDEV-18565Pali2019-07-193-8/+8
* MDEV-20004 Move Field_geom from field.cc to sql_type_geom.ccAlexander Barkov2019-07-091-0/+1
* MDEV-19991 Turn I_S tables GEOMETRY_COLUMNS and SPATIAL_REF_SYS into a pluginSergey Vojtovich2019-07-091-33/+6
* MDEV-19991 Turn I_S tables GEOMETRY_COLUMNS and SPATIAL_REF_SYS into a pluginAlexander Barkov2019-07-092-0/+283
* Fix clang-cl warningsVladislav Vaintroub2019-07-041-0/+3
* Merge 10.4 into 10.5Marko Mäkelä2019-06-182-2/+2
|\
| * change pam and disks plugin maturity beta->gammaSergei Golubchik2019-06-172-2/+2
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2019-06-141-1/+0
| |\
| | * Merge branch '10.2' into 10.3Oleksandr Byelkin2019-06-141-1/+0
| | |\
| | | * Merge 10.1 into 10.2Marko Mäkelä2019-06-121-1/+0
| | | |\
| | | | * MDEV-19563 Removed references to deprecated option innodb_locks_unsafe_for_bi...sjaakola2019-06-121-1/+0
* | | | | MDEV-19772 Add helper classes for ST_FIELD_INFOAlexander Barkov2019-06-1612-172/+201
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-06-131-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2019-06-121-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2019-06-111-2/+2
| | |\ \ \ | | | |/ /
| | | * | Fix linking error, for GNU linker.Vladislav Vaintroub2019-06-031-1/+1
| | | * | Only link mysys_ssl when required.Vladislav Vaintroub2019-06-031-1/+1
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-05-291-6/+9
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2019-05-291-6/+9
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-291-6/+9
| | |\ \ \ | | | |/ /
| | | * | MDEV-17456 Malicious SUPER user can possibly change audit log configuration w...Alexey Botchkov2019-05-191-6/+9
* | | | | Merge 10.4 to 10.5Marko Mäkelä2019-05-274-13/+3
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-18531 : Use WolfSSL instead of YaSSL as "bundled" SSL/encryption libraryVladislav Vaintroub2019-05-224-13/+3
* | | | | MDEV-19599 Change db_name, table_name to LEX_CSTRING in Item_ident and Send_f...Alexander Barkov2019-05-261-2/+3
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-05-2361-61/+74
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-1961-61/+74
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-1458-59/+59
| | |\ \ \ | | | |/ /
| | | * | Merge 10.1 into 10.2Marko Mäkelä2019-05-1366-67/+67
| | | |\ \ | | | | |/
| | | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-1153-54/+54
| | | | |\
| | | | | * Update FSF AddressVicențiu Ciorbaru2019-05-1137-38/+38
| | | | * | Update FSF addressVicențiu Ciorbaru2019-05-111-1/+1
| | | | * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-1111-11/+11
| | | | |\ \ | | | | | |/
| | | | | * Update FSF addressMichal Schorm2019-05-1011-11/+11
| | | | | * MDEV-15480 Audit plugin does not respect QUERY_DML for audit plugin.Alexey Botchkov2018-05-101-4/+25
| | | | | * MDEV-13921 Audit log writes invalid SQL if single-line comments areAlexey Botchkov2017-11-031-1/+1
| | | | | * MDEV-13921 Audit log writes invalid SQL if single-line comments areAlexey Botchkov2017-11-031-18/+21
| | * | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-1/+9
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-1/+9
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-18686 Add option to PAM authentication plugin to allow case insensitive ...Sergei Golubchik2019-04-241-1/+9
* | | | | | MDEV-19544 Remove innodb_locks_unsafe_for_binlogMarko Mäkelä2019-05-231-1/+0
|/ / / / /
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-05-051-9/+60
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-04-291-9/+60
| |\ \ \ \ | | |/ / /
| | * | | Remove a type cast, and use correct format insteadMarko Mäkelä2019-04-291-2/+2
| | * | | Make Win compiler happy.Alexey Botchkov2019-04-291-1/+1
| | * | | MDEV-17456 Malicious SUPER user can possibly change audit log configuration w...Alexey Botchkov2019-04-291-3/+4
| | * | | MDEV-19141 server_audit_excl_users accepts only values with less than 1024 ch...Alexey Botchkov2019-04-291-6/+56
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-04-031-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-04-031-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-04-031-1/+1
| | |\ \ \ | | | |/ /
| | | * | cmake: fix krb5 detection on SUSESergei Golubchik2019-04-021-1/+1