mariadb/storage
Sergei Golubchik df4bfefbb8 compile-time deprecation reminders
remove old deprecation helpers that were not used anywhere.

create new deprecation helpers and enforce their usage

this also removes inconsistencies in reporting deprecation:
sometimes it was ER_WARN_DEPRECATED_SYNTAX (1287),
sometimes ER_WARN_DEPRECATED_SYNTAX_NO_REPLACEMENT (1681),
sometimes a warning, sometimes a note.

it should always be
* ER_WARN_DEPRECATED_SYNTAX
* a warning (because it's something actionable, not purely informational)
2023-09-30 14:43:12 +02:00
..
archive Merge 10.11 into 11.0 2023-02-16 13:34:45 +02:00
blackhole Merge 10.11 into 11.0 2023-02-16 13:34:45 +02:00
columnstore New Columnstoge vcolumnstore-23.02.4-1 2023-08-09 16:21:29 +02:00
connect MDEV-31231 fix windows packaging 2023-09-30 14:13:05 +02:00
csv Add limits for how many IO operations a table access will do 2023-02-02 23:57:30 +03:00
example EXAMPLE storage engine: update comments 2023-08-30 15:46:44 +10:00
federated Merge 10.11 into 11.0 2023-02-16 13:34:45 +02:00
federatedx MDEV-25080 Allow pushdown of UNIONs to foreign engines 2023-06-05 20:15:57 +02:00
heap Merge 10.11 into 11.0 2023-02-16 13:34:45 +02:00
innobase Merge branch '11.1' into 11.2 2023-09-29 16:01:59 +02:00
maria Merge branch '11.2' into 11.3 2023-09-21 14:15:04 +04:00
mroonga MDEV-32104 remove deprecated features 2023-09-30 14:43:12 +02:00
myisam Merge branch '11.1' into 11.2 2023-08-18 00:59:16 +02:00
myisammrg MDEV-32104 remove deprecated features 2023-09-30 14:43:12 +02:00
oqgraph compile-time deprecation reminders 2023-09-30 14:43:12 +02:00
perfschema compile-time deprecation reminders 2023-09-30 14:43:12 +02:00
rocksdb compile-time deprecation reminders 2023-09-30 14:43:12 +02:00
sequence Merge 10.11 into 11.0 2023-02-16 13:34:45 +02:00
sphinx Add limits for how many IO operations a table access will do 2023-02-02 23:57:30 +03:00
spider compile-time deprecation reminders 2023-09-30 14:43:12 +02:00
test_sql_discovery Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00