summaryrefslogtreecommitdiff
path: root/include/mysql_com.h
Commit message (Expand)AuthorAgeFilesLines
* Misc. typosluz.paz2018-04-051-2/+2
* MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-1/+1
* Merge branch 'github/10.3' into bb-10.3-temporalmariadb-10.3.4Sergei Golubchik2018-01-171-2/+2
|\
| * Minor spelling fixes in code comments, docs and outputOtto Kekäläinen2018-01-121-2/+2
* | SQL: removed VERS_HIDDEN_FLAG [closes #409]Aleksey Midenkov2017-12-191-1/+0
* | Timestamp-based versioning for InnoDB [closes #209]Aleksey Midenkov2017-12-181-1/+1
* | System Versioning 1.0 pre5 [closes #407]Aleksey Midenkov2017-12-151-1/+1
|\ \ | |/
* | SQL: create..select revisited [closes #370]Aleksey Midenkov2017-12-121-0/+1
* | SQL, IB: various refactoring [#337]Eugene Kosov2017-11-271-1/+1
* | System Versioning pre0.12Aleksey Midenkov2017-11-071-0/+11
|\ \ | |/ |/|
| * SQL: forced, hidden versioning [closes #32]Aleksey Midenkov2017-05-051-2/+2
| * SQL: default NULL for sys fields + misc fixesAleksey Midenkov2017-05-051-2/+2
| * SQL: store versioning field flags in EXTRA2Kosov Eugene2017-05-051-3/+3
| * SQL: hide implicitly added columns from SELECT *Kosov Eugene2017-05-051-0/+1
| * 0.1: SQL-level System VersioningDaniel Fiala2017-05-051-0/+10
* | MDEV-11371 - column compressionSergey Vojtovich2017-08-311-1/+4
* | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-07-071-1/+3
|\ \
| * \ Merge branch '10.1' into 10.2Sergei Golubchik2017-07-051-1/+3
| |\ \
| | * \ Merge branch '10.0' into 10.1Sergei Golubchik2017-06-301-0/+2
| | |\ \
| | | * \ Merge branch '5.5' into 10.0Sergei Golubchik2017-06-281-0/+2
| | | |\ \
| | | | * | MDEV-13187 incorrect backslash parsing in clientsSergei Golubchik2017-06-271-0/+2
* | | | | | Merge 10.2 into bb-10.2-ext; also, fix MDEV-13015 After restart, InnoDB wrong...Marko Mäkelä2017-06-151-2/+11
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-12471: BULK CommandOleksandr Byelkin2017-06-141-2/+11
| | |_|_|/ | |/| | |
* | | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-1/+1
|/ / / /
* | | | Do not send MARIADB_CLIENT_STMT_BULK_OPERATIONS server capability,Vladislav Vaintroub2017-03-171-2/+1
* | | | MDEV-12244: C API header file contains C++ comment for COM_BINLOG_DUMP_GTIDOleksandr Byelkin2017-03-131-1/+1
* | | | Fix many -Wconversion warnings.Marko Mäkelä2017-03-071-45/+45
* | | | MDEV-10340: support COM_RESET_CONNECTIONOleksandr Byelkin2017-02-101-0/+2
* | | | MDEV-11359 Implement IGNORE for bulk operationOleksandr Byelkin2016-11-291-1/+2
* | | | Made all capability bit constants to be ULL. All new MariaDBLawrin Novitsky2016-11-241-30/+30
* | | | MDEV-9114: Bulk operations (Array binding)Oleksandr Byelkin2016-11-021-6/+20
* | | | MDEV-11187: Server does not compile on labradorKristian Nielsen2016-10-311-2/+2
* | | | fix the ABI and stop slave hang problemvinchen2016-10-211-1/+2
* | | | Control the binlog read speed for compressed protocolvinchen2016-10-191-0/+1
* | | | Merge branch '10.2' into bb-10.2-connector-c-integ-submSergei Golubchik2016-09-211-8/+51
|\ \ \ \
| * \ \ \ Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-08-251-1/+1
| | |\ \ \ | | | |/ /
| | | * | Fixed "Packets out of order" warning message on stdout in clients,Monty2016-08-211-1/+1
| * | | | MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-311-2/+2
| * | | | MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-311-7/+3
| * | | | MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-311-4/+4
| * | | | MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-311-2/+51
| * | | | Better SHOW PROCESSLIST for replicationMonty2016-08-291-1/+4
* | | | | MDEV-9293 - Use MariaDB's Connector/C in serverVladislav Vaintroub2016-08-251-7/+0
|/ / / /
* | | | Revert "MDEV-9293 Connector/C integration"Vladislav Vaintroub2016-08-191-0/+7
* | | | MDEV-9293 Connector/C integrationVladislav Vaintroub2016-08-191-7/+0
* | | | MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-301-2/+0
* | | | MDEV-10138 Support for decimals up to 38 digitsMonty2016-06-221-1/+16
* | | | MDEV-9058: protocol: COM_MULTI command (part 2)Oleksandr Byelkin2016-03-181-1/+4
* | | | MDEV-9058: protocol: COM_MULTI command (part 1)Oleksandr Byelkin2016-03-181-1/+3