1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00
Files
mariadb/sql
unknown fffe52346f Re-apply missing changesets in 5.1
BUG#19544 mysqldump does not backup TS and LG information correctly.
  
Problem was the type of the column was varchar(8) not an integer type. So mysqld
was outputting a string representation of the number in scientific notation,
which wasn't exact. Now we do it as a bigint and output the number in bytes.

Fix assertion when loading plugins due to handler changes



sql/sql_base.cc:
  manual merge (comment by igor)
sql/sql_plugin.cc:
  Fix assertion when loading plugins due to handler changes (By jimw)
sql/sql_show.cc:
  Correct type of I_S.FILES table columns: INITIAL_SIZE, MAXIMUM_SIZE and AUTOEXTEND_SIZE
  so that they really are bigint and not varchar. (By stewart)
2006-06-06 14:48:15 +03:00
..
2006-05-30 10:22:31 +02:00
2006-05-22 21:57:23 +02:00
2006-06-05 06:16:08 +03:00
2006-06-05 06:16:08 +03:00
2006-03-29 14:27:36 +03:00
2006-05-24 12:43:03 -05:00
2006-06-05 06:16:08 +03:00
2006-03-11 15:52:38 +01:00
2006-01-01 22:18:02 +01:00
2006-05-22 21:57:23 +02:00
2006-03-28 19:34:44 +02:00
2006-06-06 14:48:15 +03:00
2006-04-13 13:49:29 -07:00
2006-05-31 18:07:32 +02:00
2006-06-05 06:16:08 +03:00
2006-06-06 14:48:15 +03:00
2006-06-05 06:16:08 +03:00
2006-05-31 18:07:32 +02:00
2006-05-04 22:27:12 +03:00
2006-05-19 16:01:04 +04:00
2005-12-21 10:18:40 -08:00
2006-06-06 02:47:30 +03:00
2006-06-06 02:47:30 +03:00