1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-30 11:22:14 +03:00
Files
mariadb/mysql-test/t
aelkin@mysql.com 8c57924a6a Bug#19136: Crashing log-bin and uninitialized user variables in a derived table
The reason of the bug is in that `get_var_with_binlog' performs missed
assingment of
the variables as side-effect. Doing that it eventually calls
`free_underlaid_joins' to pass as an argument `thd->lex->select_lex' of the lex
which belongs to the user query, not 
to one which is emulated i.e SET @var1:=NULL.


`get_var_with_binlog' is refined to supply a temporary lex to sql_set_variables's stack.
2006-05-05 11:21:21 +03:00
..
2006-05-01 21:30:09 +03:00
2005-09-08 12:09:30 +04:00
2005-11-06 02:11:12 +03:00
2006-05-04 20:19:37 +03:00
2005-08-19 01:57:22 -07:00
2006-04-20 12:35:33 +04:00
2005-10-09 01:32:09 +02:00
2006-04-11 15:26:18 +05:00
2005-08-08 13:46:13 -07:00
2005-08-07 03:16:15 +01:00
2005-09-06 18:03:08 +04:00
2006-04-18 20:57:31 -07: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
2005-07-31 04:28:01 -07:00
2005-09-05 12:33:25 +02:00
2006-04-20 22:15:38 -07:00
2005-01-30 10:24:03 +00:00
2004-11-15 17:03:54 +01:00
2005-10-12 09:47:59 +02:00
2005-12-08 16:13:53 +01:00
2005-08-09 00:13:49 +03:00
2006-01-26 00:06:20 +03:00