1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-27 05:56:07 +03:00
Files
mariadb/mysql-test/t
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-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-08-12 17:57:19 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-08-02 14:27:52 +05:00
2005-06-01 17:36:21 +02:00
2005-07-28 17:09:54 +03:00
2005-07-31 21:33:46 +02:00
2005-07-28 21:29:45 -07:00
2005-07-28 17:09:54 +03:00
2005-03-22 15:57:24 +02:00
2005-08-07 22:10:05 +00:00
2005-07-28 17:09:54 +03:00
2005-08-12 17:57:19 +03:00
2005-07-28 17:09:54 +03:00
2005-08-12 17:57:19 +03:00
2005-08-12 17:57:19 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-04-21 11:11:37 +02:00
2005-04-21 11:11:37 +02:00
2005-08-12 17:57:19 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-08-12 17:57:19 +03:00
2005-07-28 17:09:54 +03:00
2005-08-07 21:30:46 +00:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 21:25:05 +03:00
2005-08-07 21:30:46 +00:00
2005-08-15 21:58:17 -07:00
2005-08-15 18:29:51 +03:00
2005-08-09 00:13:49 +03:00
2005-08-12 17:57:19 +03:00
2005-08-12 17:57:19 +03:00
2005-07-28 17:09:54 +03:00
2005-08-13 08:42:35 +02:00