1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-17 12:02:09 +03:00
Commit Graph

12 Commits

Author SHA1 Message Date
7d6ffa8e6f fix for NULL processing 2002-11-15 16:45:08 +04:00
fbf6ab4465 merge with 4.0.5 2002-10-16 19:30:24 +03:00
67d3cd643b Merge with 3.23.54 2002-10-16 13:11:25 +03:00
00e86fb5cc Allocate HEAP blocks in smaller blocks to get better memory utilization and more speed when used with safemalloc.
Don't initalize memory areas when run with --skip-safemalloc.
2002-10-13 23:42:37 +03:00
4375d827db Heap table code cleanup 2002-05-23 19:26:16 +05:00
3b43cb2960 BTREE heap key structure is now the same as MyISAM
_mi_compare_text -> mi_compate_text
Changes according Monty's suggestions
2002-05-21 21:54:08 +05:00
b8a12a8cec MI_KEYSEG -> HA_KEYSEG
_mi_key_cmp -> ha_key_cmp
2002-04-25 15:10:29 +05:00
eab2893dac RB-Tree indexes support in HEAP tables
Renamed _hp_func  ->  hp_func
mi_key_cmp moved to /mysys/my_handler.c
New tests for HEAP tables
2002-04-25 13:36:55 +05:00
7dd4eb71fe Added support of null keys in HEAP tables
Added ORDER BY optimization
2002-01-12 15:42:54 +02:00
b658662ae4 Update copyright
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
2001-12-06 14:10:51 +02:00
e127a952a6 Portability fixes 2001-08-23 00:55:48 +03:00
f4c589ff6c Import changeset 2000-07-31 21:29:14 +02:00