1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-09 11:41:36 +03:00
Files
mariadb/mysql-test/t
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
..
2003-03-16 19:17:54 +02:00
2003-04-03 21:19:12 +03:00
2003-03-26 18:37:38 +02:00
2003-02-27 03:49:26 +02:00
2003-03-06 15:29:55 +01:00
2003-02-10 18:01:29 +02:00
2003-03-19 22:25:44 +02:00
2003-03-16 19:17:54 +02:00
2003-03-17 15:05:04 +02:00
2003-02-08 01:12:58 +02:00
2003-01-21 19:37:38 +01:00
2003-04-02 17:55:53 +06:00
2003-02-28 08:53:54 +02:00
2003-03-16 19:17:54 +02:00
2003-04-03 21:19:12 +03:00
2003-03-18 17:01:38 +04:00
2003-04-03 15:13:14 +05:00
2003-02-04 21:52:14 +02:00
2003-01-11 18:02:10 +02:00
2003-03-26 18:37:38 +02:00
2003-02-26 01:03:47 +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
2003-03-26 18:37:38 +02:00
2003-03-16 19:17:54 +02:00
2003-03-16 19:17:54 +02: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
2003-03-26 18:37:38 +02:00
2003-01-22 20:08:12 +04:00
2003-02-08 02:09:21 +02:00
2003-02-04 21:52:14 +02:00
2003-02-04 21:52:14 +02:00
2002-08-24 02:10:49 +03:00
2001-12-12 18:55:33 -07:00
2003-03-16 19:17:54 +02:00
2003-03-26 18:37:38 +02:00
2003-03-16 19:17:54 +02:00
2003-03-26 18:37:38 +02:00
2003-03-26 18:37:38 +02:00
2003-03-16 19:17:54 +02:00
2003-03-26 18:37:38 +02:00
2003-04-05 18:56:15 +05:00
2003-01-07 18:59:08 -08:00