1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-09 11:41:36 +03:00
Files
mariadb/mysql-test/r
unknown 8078280c76 Fix for a bug record #307.
Very nasty bug.
It was caused by double free()-ing memory of join->select and 
join->quick. 

I was able to pinpoint it only after using Valgrind.

Plus better fix for bug with TMP_TABLE_PARAM.

Plus new constructor for SELECT_LEX.


mysql-test/r/innodb.result:
  Fix for a bug record #307.
  
  Very nasty bug.
  It was caused by double free()-ing memory of join->select and 
  join->quick. 
  
  I was able to pinpoint it only after using Valgrind.
mysql-test/t/innodb.test:
  Fix for a bug record #307.
  
  Very nasty bug.
  It was caused by double free()-ing memory of join->select and 
  join->quick. 
  
  I was able to pinpoint it only after using Valgrind.
sql/sql_lex.cc:
  Adding a usefull constructor
sql/sql_lex.h:
  Adding a usefull constructor which additionally required few more
  definitions.
sql/sql_select.cc:
  Fix for a bug record #307.
  
  Very nasty bug.
  It was caused by double free()-ing memory of join->select and 
  join->quick. 
  
  I was able to pinpoint it only after using Valgrind.
sql/sql_union.cc:
  Fixing bug #307.
  
  Also, a better fix for TMP_TABLE_PARAM bug.
  
  Also, use of the new constructor for SELECT_LEX.
2003-04-21 21:03:32 +03:00
..
2001-09-27 23:05:54 -06:00
2003-03-17 15:05:04 +02:00
2003-03-17 15:05:04 +02:00
2002-12-09 19:20:05 +03:00
2003-02-27 03:49:26 +02:00
2003-03-06 15:29:55 +01:00
2001-09-27 23:05:54 -06:00
2003-01-03 00:04:33 +02:00
2002-03-13 17:20:17 +00:00
2002-02-15 02:49:02 +02:00
2002-11-21 15:56:48 +02:00
2003-03-17 15:05:04 +02:00
2001-09-27 23:05:54 -06:00
2001-10-08 20:18:37 -06:00
2003-02-08 02:09:21 +02:00
2001-09-27 23:05:54 -06:00
2001-11-20 17:58:00 +01:00
2001-09-27 23:05:54 -06:00
2003-01-21 19:37:38 +01:00
2002-05-21 20:35:58 +03:00
2001-12-13 15:53:18 +02:00
2003-02-28 08:53:54 +02:00
2002-08-12 07:02:08 +03:00
2003-03-17 15:05:04 +02:00
2002-01-29 18:32:16 +02:00
2001-09-27 23:05:54 -06:00
2003-04-03 21:19:12 +03:00
2001-09-27 23:05:54 -06:00
2003-03-18 17:01:38 +04:00
2003-04-03 15:13:14 +05:00
2003-03-26 18:37:38 +02:00
2003-02-26 01:03:47 +02:00
2003-01-28 08:38:28 +02:00
2001-04-13 12:25:12 +03:00
2003-03-11 13:41:53 +04:00
2001-09-01 06:57:08 +08:00
2002-12-14 03:36:59 +04:00
2002-11-21 22:25:53 +02:00
2002-11-21 22:25:53 +02:00
2003-03-19 22:25:44 +02:00
2003-02-26 01:03:47 +02:00
2003-04-21 21:03:32 +03:00
2001-09-27 23:05:54 -06:00
2001-09-27 23:05:54 -06:00
2003-03-26 18:37:38 +02:00
2003-03-16 19:17:54 +02:00
2001-09-27 23:05:54 -06:00
2001-10-08 07:24:04 +03:00
2003-01-18 03:13:37 +02:00
2003-03-19 22:25:44 +02:00
2003-04-03 21:19:12 +03:00
2003-01-18 03:13:37 +02:00
2003-03-11 13:41:53 +04:00
2001-09-27 23:05:54 -06:00
2003-03-26 18:37:38 +02:00
2001-10-08 20:18:37 -06:00
2001-09-27 23:05:54 -06:00
2003-01-22 20:08:12 +04:00
2003-03-16 19:17:54 +02:00
2003-02-08 02:09:21 +02:00
2003-01-03 00:04:33 +02:00
2003-02-08 02:09:21 +02:00
2003-04-03 21:19:12 +03:00
2003-03-17 15:05:04 +02:00
2003-03-20 21:35:03 +02:00
2001-09-27 23:05:54 -06:00
2001-09-27 23:05:54 -06:00
2003-02-04 21:52:14 +02:00
2001-09-27 23:05:54 -06:00
2001-09-27 23:05:54 -06:00
2001-09-27 23:05:54 -06:00
2001-09-27 23:05:54 -06:00
2001-10-08 07:24:04 +03:00
2003-03-16 19:17:54 +02:00
2003-03-17 15:05:04 +02:00
2001-09-27 23:05:54 -06:00
2003-03-26 18:37:38 +02:00
2003-01-07 18:59:08 -08:00