mariadb/storage
Sergei Golubchik b73b736506 refactor THD::raise_condition() family
to remove

Sql_condition*
raise_condition(const Sql_condition *cond)
{
  Sql_condition *raised= raise_condition(cond->get_sql_errno(),
                                         cond->get_sqlstate(),
                                         cond->get_level(),
                                         *cond,
                                         cond->get_message_text());
  return raised;
}
2021-10-26 17:29:40 +02:00
..
archive Merge 10.4 into 10.5 2021-04-21 09:01:01 +03:00
blackhole
columnstore columnstore compilation fixes 2021-10-19 17:35:06 +02:00
connect refactor THD::raise_condition() family 2021-10-26 17:29:40 +02:00
csv MDEV-26635 ROW_NUMBER is not 0 for errors not caused because of rows 2021-10-26 17:29:40 +02:00
example compilation failures on Windows 2021-10-19 17:35:06 +02:00
federated Fix all warnings given by UBSAN 2021-05-19 22:54:14 +02:00
federatedx MDEV-26221: DYNAMIC_ARRAY use size_t for sizes 2021-10-19 16:00:26 +03:00
heap Merge 10.5 into 10.6 2021-06-09 16:50:58 +03:00
innobase Vanilla cleanups and refactorings 2021-10-26 17:07:46 +02:00
maria Fix 32bit build 2021-10-25 10:46:20 +02:00
mroonga Merge 10.6 into 10.7 2021-10-22 14:41:47 +03:00
myisam MDEV-26221: DYNAMIC_ARRAY use size_t for sizes 2021-10-19 16:00:26 +03:00
myisammrg Added support to MEM_ROOT for write protected memory 2021-07-18 19:59:35 +03:00
oqgraph Merge branch '10.5' into 10.6 2021-08-02 10:11:41 +02:00
perfschema Merge 10.5 into 10.6 2021-09-16 20:17:12 +03:00
rocksdb MDEV-26635 ROW_NUMBER is not 0 for errors not caused because of rows 2021-10-26 17:29:40 +02:00
sequence Merge branch 'bb-10.4-release' into bb-10.5-release 2021-02-15 16:43:15 +01:00
sphinx MDEV-25602 get rid of __WIN__ in favor of standard _WIN32 2021-06-06 13:21:03 +02:00
spider Merge 10.6 into 10.7 2021-10-22 14:41:47 +03:00
test_sql_discovery MDEV-8334: Rename utf8 to utf8mb3 2021-05-19 06:48:36 +02:00