1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-22 17:44:29 +03:00
Files
mariadb/mysql-test/t
unknown 422d6b357f Bug#24607 - MyISAM pointer size determined incorrectly
The function mi_get_pointer_length() computed too small
pointer size for very large tables.

Inserted missing 'else' between the branches for very
large tables.


myisam/mi_create.c:
  Bug#24607 - MyISAM pointer size determined incorrectly
  Inserted missing 'else' between the branches for very
  large tables.
  Harmonized literals "(longlong) 1" and "1L" to "ULL(1)"
  where they are used for "ulonglong file_length".
mysql-test/r/myisam.result:
  Bug#24607 - MyISAM pointer size determined incorrectly
  Added the test result.
mysql-test/t/myisam.test:
  Bug#24607 - MyISAM pointer size determined incorrectly
  Added the test.
2007-01-05 10:26:51 +01:00
..
2006-05-01 21:30:09 +03:00
2006-10-13 08:48:47 +02:00
2006-04-11 15:26:18 +05:00
2006-05-06 23:48:13 -07:00
2006-04-18 20:57:31 -07:00
2006-06-30 18:29:27 +03:00
2006-03-06 18:34:38 +01:00
2005-11-25 10:41:22 +01:00
2005-09-30 11:39:49 +02:00
2006-08-15 13:12:27 +02:00
2006-11-16 20:44:37 +04:00
2006-10-07 20:16:57 +02:00
2006-11-16 20:44:37 +04:00
2005-12-08 16:13:53 +01:00
2006-10-07 20:16:57 +02:00
2006-01-26 00:06:20 +03:00