mariadb/storage/csv
Michael Widenius 58e759a939 Added 'final' to some classes to improve generated code
Final added to:
- All reasonable classes inhereted from Field
- All classes inhereted from Protocol
- Almost all Handler classes
- Some important Item classes

The stripped size of mariadbd is just 4K smaller, but several object files
showed notable improvements in common execution paths.
- Checked field.o and item_sum.o

Other things:
- Added 'override' to a few class functions touched by this patch.
- Removed 'virtual' from a new class functions that had/got 'override'
- Changed Protocol_discard to inherit from Protocol instad of Protocol_text
2020-08-04 17:27:32 +02:00
..
CMakeLists.txt
ha_tina.cc Changes needed for ColumnStore and insert cache 2020-06-14 19:39:42 +03:00
ha_tina.h Added 'final' to some classes to improve generated code 2020-08-04 17:27:32 +02:00
transparent_file.cc
transparent_file.h