1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/sql
unknown ba8be73946 Fix for bug#20648 We introduce a new field method for knowing "real size", and we now in archive null unused bits of a row to null before writing.
sql/field.cc:
  data_length for field needs to be calculated directly.
sql/field.h:
  The new method data_length() returns the "real" length of the field.
sql/ha_archive.cc:
  Before a write_row() archive nulls space beyond the size of the row in varchars to make sure that compression only sees NULL.
2006-08-14 03:29:17 -07:00
..
2006-07-16 01:18:08 +04:00
2005-09-30 14:03:55 +02:00
2005-11-03 22:42:25 +02:00
2006-06-28 12:18:21 -07:00
2006-03-30 17:14:55 +04:00
2006-04-13 17:22:56 +09:30
2006-05-30 17:10:53 -07:00
2006-07-21 10:14:25 -07:00
2005-08-12 13:54:42 +03:00
2006-06-17 02:11:12 +04:00
2005-06-07 00:31:53 +03:00
2006-04-04 17:54:58 -07:00
2006-07-15 00:28:21 -07:00
2005-06-07 00:31:53 +03:00
2006-07-08 04:07:43 +04:00
2006-06-27 00:47:52 +04:00
2006-07-13 16:35:25 -07:00
2005-05-26 21:01:55 +02:00
2005-08-12 17:57:19 +03:00
2006-04-13 17:22:56 +09:30
2006-05-03 21:35:27 -07:00
2006-04-21 08:19:38 -07:00
2006-08-09 06:46:06 +04:00
2006-06-14 23:54:08 +04:00
2006-06-27 00:47:52 +04:00