1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-27 01:57:48 +03:00
unknown 2dcedd9cbc Fixes during review of new pushed code:
Remove wrong fix for Bug#14397 - OPTIMIZE TABLE with an open HANDLER causes a crash
Safety fix for bug #13855 "select distinct with group by caused server crash"


client/mysqlimport.c:
  Remove not used variable
myisam/myisam_ftdump.c:
  Fixed compiler warning
sql/item_cmpfunc.cc:
  Removed compiler warning
sql/sql_handler.cc:
  Remove wrong fix for Bug#14397 - OPTIMIZE TABLE with an open HANDLER causes a crash.
  It's better to let mysql_lock_tables reopen the TABLE object in case of OPTIMIZE TABLE and fix items AFTER mysql_lock_table() instead of before
sql/sql_select.cc:
  Safety fix for bug #13855 "select distinct with group by caused server crash"
  The previous patch only removed the symptomps, this fix removed the cause of the problem
  (Which was that not all hidden_fields was stored in the temporary table)
2006-01-06 21:42:17 +02:00
..
2005-05-07 15:11:31 +02:00
2004-06-25 12:59:47 +02:00
2003-04-23 21:52:16 +03:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2005-03-03 21:13:33 +01:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2004-11-26 02:31:22 +02:00
2003-08-20 16:25:44 +03:00
2005-10-13 17:41:55 +03:00
2004-12-11 19:59:09 +03:00
2003-12-16 13:20:17 +02:00
2005-11-29 19:17:39 +01:00
2004-03-25 22:05:09 +02:00
2004-08-11 23:24:36 +01:00
2005-08-29 12:08:04 -05:00
2005-07-26 17:55:58 +03:00
2003-12-30 13:14:21 +02:00
2005-06-03 11:16:37 +02:00
2003-04-23 21:52:16 +03:00
2004-12-11 15:51:52 +03:00
2003-12-02 21:05:40 +03:00
2005-05-14 17:08:43 +03:00
2003-10-29 14:23:35 +01:00