1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-06 13:10:12 +03:00
Files
mariadb/mysql-test/t
konstantin@mysql.com fe2d63a060 Fixes for bug#8115 "Server Crash with prepared statement"
and bug#8849 "problem with insert statement with table alias's": 
make equality propagation work in stored procedures and prepared 
statements.
Equality propagation can change AND/OR structure of ON expressions,
so the fix is to provide each execution of PS/SP with it's own
copy of AND/OR tree. We have been doing that already for WHERE clauses,
now ON clauses are also copied.
2005-03-03 17:38:59 +03:00
..
2005-01-26 15:51:46 +01:00
2005-02-09 02:50:45 +04:00
2004-11-02 16:02:12 +04:00
2005-02-15 21:03:17 -08:00
2005-02-22 15:47:00 +02:00
2004-12-06 19:18:35 +02:00
2005-02-16 04:04:34 -06:00
2005-02-09 02:50:45 +04:00
2005-01-15 14:09:45 +02:00
2005-01-20 15:38:56 +04:00
2005-01-15 14:09:45 +02:00
2005-01-04 13:46:53 +02:00
2004-12-31 17:59:43 +01:00
2004-12-31 15:26:24 +01:00
2005-02-28 16:20:02 +02:00
2005-01-04 13:46:53 +02:00
2004-12-31 00:44:00 +02:00
2005-02-17 01:33:59 +00:00
2004-12-07 13:56:48 +03:00
2004-11-22 21:33:15 +01:00
2005-02-02 08:38:24 +02:00
2004-12-31 00:44:00 +02:00
2004-11-24 19:48:30 +02:00
2004-12-31 15:26:24 +01:00
2005-02-03 18:26:59 +00:00
2005-03-02 10:56:13 +01:00
2005-02-14 21:50:09 +01:00
2005-02-09 02:50:45 +04:00
2004-11-08 11:06:36 +01:00
2005-02-07 13:26:44 +01:00
2004-12-22 13:38:15 +01:00
2005-01-09 11:00:37 +01:00
2004-11-29 17:46:32 +00:00
2005-02-03 17:04:27 +01:00
2005-02-22 15:47:00 +02:00
2004-11-30 15:08:26 +00:00
2004-11-22 22:57:05 +01:00
2005-02-23 00:50:30 +01:00
2004-12-06 17:15:54 +02:00
2005-02-23 19:58:54 +01:00
2005-02-18 14:53:23 +01:00
2005-01-30 10:24:03 +00:00
2005-01-31 13:18:36 +00:00
2004-10-29 19:26:52 +03:00
2004-11-15 17:03:54 +01:00
2004-11-15 17:03:54 +01:00
2005-02-25 17:12:06 +02:00
2004-12-06 11:38:56 +02:00
2005-02-14 21:50:09 +01:00
2005-02-28 19:59:38 +04:00
2005-02-17 00:51:27 -08:00
2005-01-15 14:09:45 +02:00
2005-02-22 18:30:40 +02:00
2005-01-04 13:46:53 +02:00
2005-01-04 13:46:53 +02:00
2005-02-21 18:03:06 +04:00
2005-01-04 13:46:53 +02:00
2005-02-22 12:51:23 +02:00
2005-01-15 14:09:45 +02:00
2004-12-19 20:25:19 +02:00
2005-02-15 17:12:13 +02:00
2005-02-03 21:11:12 +00:00
2005-02-22 15:47:00 +02:00
2005-02-17 16:16:58 -08:00