mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
fbe4fe6022
accessors returning pointers with macros that preserve const qualifiers. In UNIV_DEBUG builds, retain the accessors and cast away constness there. dfield_get_type(), dfield_get_data(), dtuple_get_nth_field(), dict_table_get_nth_col(), dict_table_get_sys_col(): Implement as macro unless #ifdef UNIV_DEBUG. rec_get_nth_field(): Replace with rec_get_nth_field_offs() that does not do pointer arithmetics. Implement rec_get_nth_field() as a macro. |
||
---|---|---|
.. | ||
lexyy.c | ||
make_flex.sh | ||
Makefile.am | ||
pars0grm.c | ||
pars0grm.h | ||
pars0grm.y | ||
pars0lex.l | ||
pars0opt.c | ||
pars0pars.c | ||
pars0sym.c |