mariadb/myisammrg
unknown eca2a1a3dc Update of query cache code.
Changed some sql_alloc() -> thd->alloc()
Removed a lot of compiler warnings on Linux Alpha (64 bit)
Fixed some core dumps on 64 bit systems (wrong type for packet_len)


Docs/manual.texi:
  Added base information about the query cache.
include/hash.h:
  Export hash_replace
include/myisam.h:
  Update of query cache code
libmysql/net.c:
  Add casts to make things safe on 64 bit systems.
myisam/mi_write.c:
  Update of query cache code
myisammrg/myrg_extra.c:
  Update of query cache code
mysys/hash.c:
  Added safety check to hash_replace
sql/field.cc:
  Removed compiler warnings.
sql/field.h:
  Removed compiler warnings
sql/ha_myisam.cc:
  Fixed wrong type of packet_len
sql/item.h:
  Remove warnings
sql/log_event.cc:
  Cleanup
sql/log_event.h:
  Cleanup to make code more readable
sql/mf_iocache.cc:
  Fixed wrong type
sql/mysql_priv.h:
  Update of query cache code
sql/mysqld.cc:
  Update of query cache code
sql/net_serv.cc:
  Remove compiler warnings
sql/opt_range.h:
  Remove compiler warnings
sql/sql_cache.cc:
  Update of query cache code
sql/sql_cache.h:
  Update of query cache code
sql/sql_class.h:
  Cleanup
sql/sql_insert.cc:
  Use thd->alloc() instead of sql_alloc()
sql/sql_parse.cc:
  Fixed compiler warnings.
  Changed some sql_alloc() -> thd->alloc()
sql/sql_select.cc:
  Changed sql_alloc() -> thd_alloc()
sql/sql_select.h:
  Faster alloc()
sql/sql_show.cc:
  Update of query cache code
sql/sql_table.cc:
  Faster alloc()
sql/table.cc:
  Faster alloc()
2001-12-05 13:03:00 +02:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
make-ccc Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
myrg_close.c Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
myrg_create.c Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
myrg_def.h Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
myrg_delete.c Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
myrg_extra.c Update of query cache code. 2001-12-05 13:03:00 +02:00
myrg_info.c Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
myrg_locking.c Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
myrg_open.c Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
myrg_panic.c Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
myrg_queue.c Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
myrg_rfirst.c Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
myrg_rkey.c Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
myrg_rlast.c Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
myrg_rnext.c Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
myrg_rprev.c Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
myrg_rrnd.c Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
myrg_rsame.c Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
myrg_static.c Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
myrg_update.c Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
myrg_write.c Updated manual about embedded version. 2001-10-08 04:58:07 +03:00