mariadb/dict
vasil 7609df7f55 branches/5.1:
Fix Bug#35220 ALTER TABLE too picky on reserved word "foreign".
 
In ALTER TABLE, change the internal parser to search for
``FOREIGN[[:space:]]'' instead of only ``FOREIGN'' when parsing
ALTER TABLE ... DROP FOREIGN KEY ...; otherwise it could be mistaken
with ALTER TABLE ... DROP foreign_col;
 
Approved by:	Heikki
2008-03-18 07:35:30 +00:00
..
dict0boot.c Merge r1264 from branches/zip: Avoid memory fragmentation when 2007-08-15 12:41:46 +00:00
dict0crea.c Merge r1264 from branches/zip: Avoid memory fragmentation when 2007-08-15 12:41:46 +00:00
dict0dict.c branches/5.1: 2008-03-18 07:35:30 +00:00
dict0load.c Prevent loading of tables that have unsupported features most notably 2007-10-12 16:40:42 +00:00
dict0mem.c Merge changes from MySQL AB: 2007-09-24 11:23:24 +00:00