1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-16 20:23:18 +03:00
Files
mariadb/sql
unknown eb5f968c45 table checksum background:
my_checksum() mysys function
   NISAM checksum code moved from mysys to isam/ - it's obsolete
   MyISAM checksum code moved to mysys
   table's checksum accessible from sql layer
   SHOW TABLE STATUS shows checksum (WL#646)
code cleanup


include/my_sys.h:
  table checksum background: my_checksum() mysys function
include/myisam.h:
  table checksum background: my_checksum() mysys function
  MyISAM checksum code moved to mysys
isam/isamchk.c:
  table checksum background:
  NISAM checksum code moved from mysys to isam/ - it's obsolete
isam/isamdef.h:
  table checksum background:
  NISAM checksum code moved from mysys to isam/ - it's obsolete
isam/open.c:
  table checksum background:
  NISAM checksum code moved from mysys to isam/ - it's obsolete
isam/pack_isam.c:
  table checksum background:
  NISAM checksum code moved from mysys to isam/ - it's obsolete
myisam/mi_checksum.c:
  table checksum background: my_checksum() mysys function
  MyISAM checksum code moved to mysys
mysys/checksum.c:
  table checksum background: my_checksum() mysys function
  MyISAM checksum code moved to mysys
sql/ha_myisam.cc:
  table checksum background: table's checksum accessible from sql layer
sql/ha_myisam.h:
  table checksum background: table's checksum accessible from sql layer
sql/handler.h:
  table checksum background: table's checksum accessible from sql layer
  code cleanup
sql/sql_lex.h:
  table checksum background: table's checksum accessible from sql layer
  code cleanup
sql/sql_select.cc:
  warning removed
sql/sql_show.cc:
  SHOW TABLE STATUS shows checksum (WL#646)
sql/sql_yacc.yy:
  cleanup
  (DROP TABLES syntax added as a side effect :))
2003-08-05 21:14:15 +02:00
..
2003-02-04 21:52:14 +02:00
2003-07-28 10:57:46 -04:00
2003-07-08 12:57:00 +05:00
2003-05-21 21:39:58 +03:00
2003-07-21 21:13:52 +02:00
2003-02-27 03:44:44 +02:00
2003-05-19 16:35:49 +03:00
2003-06-05 17:33:38 +03:00
2003-05-19 16:35:49 +03:00
2003-08-05 21:14:15 +02:00
2003-08-05 21:14:15 +02:00
2003-07-28 10:57:46 -04:00
2003-08-05 21:14:15 +02:00
2003-03-07 12:21:32 +04:00
2003-03-07 12:21:32 +04:00
2003-05-19 16:35:49 +03:00
2003-02-10 17:59:16 +02:00
2003-07-08 15:06:05 +05:00
2003-07-02 15:03:49 +03:00
2003-03-19 22:25:44 +02:00
2003-03-16 19:17:54 +02:00
2003-03-16 19:17:54 +02:00
2003-06-19 12:17:23 -04:00
2003-05-27 18:40:37 +03:00
2003-05-21 21:39:58 +03:00
2003-03-20 21:35:03 +02:00
2003-04-23 19:37:33 +05:00
2003-05-29 17:47:31 -04:00
2003-05-19 16:35:49 +03:00
2003-03-16 19:17:54 +02:00
2003-06-04 19:21:51 +03:00
2003-04-16 20:35:29 +03:00
2003-07-01 15:57:45 +03:00
2003-07-14 16:38:51 +05:00
2003-05-26 15:52:19 +03:00
2003-06-24 12:10:35 +03:00
2003-07-28 10:57:46 -04:00
2003-08-05 21:14:15 +02:00
2003-03-16 19:17:54 +02:00
2003-06-05 17:33:38 +03:00
2003-03-11 16:32:17 +04:00
2003-08-05 21:14:15 +02:00
2003-07-15 15:20:22 +02:00
2003-08-05 21:14:15 +02:00
2003-04-24 14:33:33 +03:00
2003-07-08 15:06:05 +05:00
2003-07-08 15:06:05 +05:00
2003-05-03 01:16:56 +02:00
2003-06-28 17:04:26 +03:00
2003-08-05 21:14:15 +02:00
2003-03-16 19:17:54 +02:00
2003-04-24 14:33:33 +03:00
2003-07-28 10:57:46 -04:00
2003-05-21 21:39:58 +03:00
2003-07-08 15:06:05 +05:00
2003-04-24 14:33:33 +03:00
2003-06-05 17:33:38 +03:00