1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-28 17:15:19 +03:00
Files
mariadb/mysql-test/r
unknown 1cb72d7eb9 WL#2486 - natural and using join according to SQL:2003
- Corrected problem with N-way nested natural joins in PS mode.
- Code cleanup
- More asserts to check consistency of name resolution contexts
- Fixed potential memory leak of name resolution contexts


mysql-test/r/join.result:
  - Corrected problem with N-way nested natural joins in PS mode.
mysql-test/t/join.test:
  - Corrected problem with N-way nested natural joins in PS mode.
sql/item.h:
  - Fixed potential memory leak.
sql/sql_base.cc:
  - the local context of Item_fields that participate in TABLE_LIST::on_cond for
    natural joins is correctly set to the tables where the corresponding fields
    originate from.
  - removed unused variables
  - correct allocation of contexts
sql/sql_parse.cc:
  - correct allocation of contexts for JOIN ON conditions.
sql/table.cc:
  - added asserts to check the consistency of name resolution contexts
sql/table.h:
  - added asserts to check the consistency of name resolution contexts
2005-08-19 15:22:30 +03:00
..
2005-06-03 17:13:43 +02:00
2005-06-16 10:09:05 +02:00
2005-08-12 17:57:19 +03:00
2005-08-11 18:42:22 +01:00
2005-06-23 19:05:36 +02:00
2005-06-15 08:39:00 -07:00
2005-06-27 12:25:15 +02:00
2005-08-02 14:27:52 +05:00
2005-04-11 15:11:52 +05:00
2005-07-06 17:16:22 +05:00
2005-07-22 21:06:02 +05:00
2005-07-06 17:16:22 +05:00
2005-08-15 14:19:56 -07:00
2005-06-27 20:31:00 +03:00
2005-07-28 21:28:20 -07:00
2005-07-28 21:39:24 +03:00
2005-06-13 11:45:29 -07:00
2005-07-16 18:06:34 -07:00
2005-08-15 14:19:56 -07:00
2005-05-18 13:54:36 -07:00
2005-08-08 19:04:11 +05:00
2005-08-07 22:10:05 +00:00
2005-05-05 10:36:17 -07:00
2005-07-22 21:06:02 +05:00
2005-08-12 17:57:19 +03:00
2005-08-12 17:57:19 +03:00
2005-04-11 22:36:07 +02:00
2005-05-24 15:52:48 +01:00
2005-05-18 13:54:36 -07:00
2005-07-30 09:24:51 +03:00
2005-07-12 11:49:57 +02:00
2005-05-19 20:38:48 +02:00
2005-07-26 09:06:37 +02:00
2005-05-04 10:16:03 +02:00
2005-04-21 10:59:21 +02:00
2005-08-12 17:57:19 +03:00
2005-07-19 03:01:25 +04:00
2005-08-12 17:57:19 +03:00
2005-05-14 16:24:36 +03:00
2005-08-12 17:57:19 +03:00
2005-08-12 17:57:19 +03:00
2005-08-12 17:57:19 +03:00
2005-08-12 17:57:19 +03:00
2005-08-12 17:57:19 +03:00
2005-08-12 17:57:19 +03:00
2005-07-28 21:39:24 +03:00
2005-08-11 18:42:22 +01:00
2005-07-16 08:19:20 -07:00
2005-06-17 14:03:27 +02:00
2005-07-28 21:25:05 +03:00
2005-07-19 03:01:25 +04:00
2005-04-06 18:19:05 +02:00
2005-07-19 03:01:25 +04:00
2005-07-27 15:57:00 +05:00
2005-08-15 21:58:17 -07:00
2005-05-07 08:25:58 -07:00
2005-07-01 15:07:06 +05:00
2005-08-11 18:42:22 +01:00
2005-08-12 17:57:19 +03:00
2005-08-12 17:57:19 +03:00
2005-05-02 11:45:06 -07:00
2005-06-07 05:43:59 +03:00