summaryrefslogtreecommitdiff
path: root/mysql-test/r/ps.result
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Oleksandr Byelkin2019-07-261-0/+63
|\
| * Merge branch '5.5' into 10.1Oleksandr Byelkin2019-07-251-0/+63
| |\
| | * MDEV-17042: prepared statement does not return error with SQL_MODE STRICT_TRA...Oleksandr Byelkin2019-07-121-0/+63
* | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-0/+23
|\ \ \ | |/ /
| * | MDEV-14572: Assertion `! is_set()' failed in Diagnostics_area::set_eof_status...Oleksandr Byelkin2019-04-301-0/+17
| * | MDEV-19265 Server should throw warning if event is created and event_schedule...Vladislav Vaintroub2019-04-281-0/+6
* | | MDEV-14576 Include full name of object in message about incorrect value for c...Alexey Botchkov2018-12-161-3/+3
* | | MDEV-16992 Assertion `table_ref->table || table_ref->view' failed inIgor Babaev2018-08-301-0/+43
* | | Merge branch '10.1' into 10.2Sergei Golubchik2018-06-211-1/+40
|\ \ \ | |/ /
| * | MDEV-12060 Crash in EXECUTE IMMEDIATE with an expression returning a GRANT co...Alexander Barkov2018-06-121-0/+42
* | | MDEV-12060 Crash in EXECUTE IMMEDIATE with an expression returning a GRANT co...Alexander Barkov2018-06-121-3/+36
* | | MDEV-15746 ASAN heap-use-after-free in Item_change_list::rollback_item_tree_c...Sergei Golubchik2018-05-101-0/+11
* | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2018-04-101-1/+1
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2018-04-071-1/+1
| |\ \
| | * | increase upper value of max_prepared_stmt_count to UINT32_MAXDaniel Black2018-04-031-1/+1
* | | | MDEV-15133: array bound (bulk) parameters of NULL propagate on next rowsOleksandr Byelkin2018-01-311-16/+16
* | | | MDEV-14603 signal 11 with short stacktraceAlexander Barkov2018-01-231-0/+42
* | | | Merge 10.1 into 10.2, with some MDEV-14799 fixupsmariadb-10.2.12Marko Mäkelä2018-01-031-0/+18
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2018-01-021-0/+18
| |\ \ \ | | |/ /
| | * | Merge 5.5 into 10.0Marko Mäkelä2018-01-021-0/+18
| | |\ \ | | | |/
| | | * MDEV-10657: incorrect result returned with binary protocol (prepared statements)Oleksandr Byelkin2017-12-271-0/+18
* | | | MDEV-14426 Assertion in Diagnostics_area::set_error_status when using a bad d...Alexander Barkov2017-12-221-0/+29
* | | | MDEV-14435 Different UNSIGNED flag of out user variable for YEAR parameter fo...Alexander Barkov2017-11-181-2/+47
* | | | MDEV-14434 Wrong result for CHARSET(CONCAT(?,const))Alexander Barkov2017-11-181-0/+37
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-10-241-0/+143
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-0/+143
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-0/+143
| | |\ \ | | | |/
| | | * MDEV-9619: Assertion `null_ref_table' failed in virtual table_map Item_direct...Oleksandr Byelkin2017-10-131-0/+113
| | | * MDEV-9208: Function->Function->View = Mysqld segfault (Server crashes in Depe...Oleksandr Byelkin2017-10-131-0/+30
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-2/+81
|\ \ \ \ | |/ / /
| * | | MDEV-11943 I_S.TABLES inconsistencies with tables with unknown storage engineSergei Golubchik2017-03-101-0/+9
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-03-091-0/+72
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-031-0/+72
| | |\ \ | | | |/
| | | * Fixed bug mdev-11859.Igor Babaev2017-01-231-0/+70
* | | | MDEV-7635: Update tests to adapt to the new default sql_modeNirbhay Choubey2017-02-101-14/+14
* | | | MDEV-11780 Crash with PREPARE + SP out parameter + literalAlexander Barkov2017-01-241-0/+23
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-1/+32
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-09-281-1/+32
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2016-09-271-1/+32
| | |\ \ | | | |/
| | | * MDEV-8833 Crash of server on prepared statement with conversion to semi-joinOleksandr Byelkin2016-09-021-1/+32
| | | * MDEV-8756 MariaDB 10.0.21 crashes during PREPAREOleksandr Byelkin2015-11-201-0/+21
* | | | Item::print(): remove redundant parenthesesSergei Golubchik2016-12-121-8/+8
* | | | MDEV-11359 Implement IGNORE for bulk operationOleksandr Byelkin2016-11-291-16/+16
* | | | MDEV-11360 Dynamic SQL: DEFAULT as a bind parameterAlexander Barkov2016-11-271-0/+67
* | | | MDEV-10866 Extend PREPARE and EXECUTE IMMEDIATE to understand expressionsAlexander Barkov2016-10-081-0/+145
* | | | MDEV-10585 EXECUTE IMMEDIATE statementAlexander Barkov2016-10-081-0/+213
* | | | MDEV-10709 Expressions as parameters to Dynamic SQLAlexander Barkov2016-10-081-0/+198
* | | | Remove end . from error messages to get them consistentMonty2016-10-051-6/+6
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-0/+4
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-08-251-0/+4
| |\ \ \ | | |/ /