mariadb/pars
marko fbe4fe6022 branches/zip: Remove the casts introduced in r920 and r925. Replace the
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.
2006-10-19 07:27:26 +00:00
..
lexyy.c branches/zip: Merge revisions 583:634 from trunk. 2006-06-13 20:23:26 +00:00
make_flex.sh branches/zip: Merge revisions 265:459 from trunk. 2006-04-12 09:32:17 +00:00
Makefile.am Import 5.0 code. 2005-10-27 07:29:40 +00:00
pars0grm.c branches/zip: Merge revisions 583:634 from trunk. 2006-06-13 20:23:26 +00:00
pars0grm.h branches/zip: Merge revisions 583:634 from trunk. 2006-06-13 20:23:26 +00:00
pars0grm.y branches/zip: Merge revisions 583:634 from trunk. 2006-06-13 20:23:26 +00:00
pars0lex.l branches/zip: Merge revisions 583:634 from trunk. 2006-06-13 20:23:26 +00:00
pars0opt.c branches/zip: Merge revisions 804:838 from trunk. 2006-09-19 10:14:07 +00:00
pars0pars.c branches/zip: Remove the casts introduced in r920 and r925. Replace the 2006-10-19 07:27:26 +00:00
pars0sym.c branches/zip: Merge revisions 804:838 from trunk. 2006-09-19 10:14:07 +00:00