1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-07 04:01:59 +03:00
Sergei Golubchik f5ea301acc Added support for NO_RECORD record format (don't store any row data) for Aria.
This makes the keys smaller (no row pointer) and gives us proper errors if we
use the table wrongly.

sql/sql_select.cc:
  Use NO_RECORD for tables that doesn't need row data.
storage/maria/Makefile.am:
  Added ma_norec.c
storage/maria/ma_check.c:
  Added support for NO_RECORD record format (don't store any row data)
storage/maria/ma_norec.c:
  Added support for NO_RECORD record format
storage/maria/ma_open.c:
  Added support for NO_RECORD record format
storage/maria/ma_search.c:
  Added support for 0 size row pointers (used with NO_RECORD)
storage/maria/ma_test1.c:
  Added testing of NO_RECORD record format.
storage/maria/maria_chk.c:
  Added support for NO_RECORD
storage/maria/maria_def.h:
  Added support for NO_RECORD
storage/maria/unittest/ma_test_all-t:
  Added testing of NO_RECORD record format
2011-01-14 11:54:39 +01:00
..
2010-12-06 13:16:49 +01:00
2010-12-06 13:16:49 +01:00
2010-12-06 13:16:49 +01:00
2010-12-06 13:16:49 +01:00
2010-12-06 13:16:49 +01:00
2010-12-06 10:25:44 +02:00
2010-12-06 13:40:52 +01:00
2010-12-06 13:16:49 +01:00
2010-12-10 23:23:34 -08:00
2010-12-27 14:22:05 -08:00
2010-12-06 13:40:52 +01:00
2010-11-29 11:27:52 +02:00
2010-12-06 10:25:44 +02:00
2010-12-06 13:16:49 +01:00
2010-08-27 17:12:44 +03:00