mariadb/mysql-test/suite
Alexander Barkov dc25d600ee MDEV-21058 CREATE TABLE with generated column and RLIKE results in sigabrt
Regexp_processor_pcre::fix_owner() called Regexp_processor_pcre::compile(),
which could fail on the regex syntax error in the pattern and put
an error into the diagnostics area. However, the callers:
  - Item_func_regex::fix_length_and_dec()
  - Item_func_regexp_instr::fix_length_and_dec()
still returned "false" in such cases, which made the code
crash later inside Diagnostics_area::set_ok_status().

Fix:

- Change the return type of fix_onwer() from "void" to "bool"
  and return "true" whenever an error is put to the DA
  (e.g. on the syntax error in the pattern).
- Fixing fix_length_and_dec() of the mentioned Item_func_xxx
  classes to return "true" if fix_onwer() returned "true".
2024-04-29 11:08:07 +04:00
..
archive
binlog MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
binlog_encryption MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
client
compat MDEV-33803 Error 4162 "Operator does not exists" is incorrectly-worded 2024-04-03 10:03:02 +11:00
csv
encryption MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
engines Merge 10.4 into 10.5 2024-02-12 11:38:13 +02:00
federated MDEV-31361 Wrong result on 2nd execution of PS for query with derived table 2024-02-04 12:05:36 -08:00
funcs_1 Merge branch '10.4' into 10.5 2024-01-31 17:32:53 +01:00
funcs_2
galera MDEV-16944 fix galera tests 2024-04-23 10:55:35 +02:00
galera_3nodes MDEV-33896 : Galera test failure on galera_3nodes.MDEV-29171 2024-04-25 16:32:06 +02:00
galera_3nodes_sr MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
galera_sr MDEV-16944 fix galera tests 2024-04-23 10:55:35 +02:00
gcol Merge branch '10.4' into 10.5 2023-12-02 01:02:50 +01:00
handler
heap
innodb MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
innodb_fts MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
innodb_gis MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
innodb_i_s
innodb_zip MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
jp
json Merge 10.4 into 10.5 2024-03-11 10:08:20 +02:00
large_tests MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
maria MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
mariabackup disable mariabackup.incremental_encrypted,64k on 32bit 2024-04-24 18:09:20 +02:00
mtr/t
mtr2
multi_source Merge from 10.4 to 10.5 2024-04-15 17:46:49 +02:00
optimizer_unfixed_bugs
parts MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
perfschema MDEV-20157 perfschema.stage_mdl_function failed in buildbot with wrong result 2024-04-24 18:09:58 +02:00
perfschema_stress
period MDEV-25370 Update for portion changes autoincrement key in bi-temp table 2024-01-31 16:03:38 +01:00
plugins Merge branch '10.4' into 10.5 2023-12-02 01:02:50 +01:00
roles
rpl MDEV-33602: Sporadic test failure in rpl.rpl_gtid_stop_start 2024-04-25 11:00:45 +02:00
s3 update s3.partition result after 57ffcd686f 2024-03-14 11:43:13 +01:00
sql_sequence Merge branch '10.4' into 10.5 2024-01-10 18:01:46 +11:00
storage_engine
stress
sys_vars MDEV-28366 GLOBAL debug_dbug setting affected by collation_connection=utf16... 2024-04-10 06:09:45 +04:00
unit
vcol MDEV-21058 CREATE TABLE with generated column and RLIKE results in sigabrt 2024-04-29 11:08:07 +04:00
versioning Merge 10.4 into 10.5 2024-02-13 14:25:21 +02:00
wsrep Merge 10.4 into 10.5 2023-12-21 11:30:32 +02:00