1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/plugin
Monty 6079b46d8d Split item->flags into base_flags and with_flags
This was done to simplify copying of with_* flags

Other things:
- Changed Flags to C++ enums, which enables gdb to print
  out bit values for the flags. This also enables compiler
  errors if one tries to manipulate a non existing bit in
  a variable.
- Added set_maybe_null() as a shortcut as setting the
  MAYBE_NULL flags was used in a LOT of places.
- Renamed PARAM flag to SP_VAR to ensure it's not confused with persistent
  statement parameters.
2021-05-19 22:27:28 +02:00
..
2019-05-14 17:18:46 +03:00
2019-05-13 17:54:04 +03:00
2021-03-27 18:03:03 +02:00
2019-05-13 17:54:04 +03:00
2020-10-30 11:15:30 +02:00
2021-05-19 06:48:36 +02:00
2019-05-13 17:54:04 +03:00
2020-12-02 18:29:49 +02:00
2019-05-11 22:19:05 +03:00
2020-05-31 10:28:59 +03:00
2021-04-14 11:35:39 +03:00
2020-04-29 15:40:51 +03:00