diff options
author | pem@mysql.com <> | 2002-10-12 11:07:54 +0200 |
---|---|---|
committer | pem@mysql.com <> | 2002-10-12 11:07:54 +0200 |
commit | 8bd61c3fce74238b8459359a8c9ec588af1b7dc1 (patch) | |
tree | 5641e008c029695fb907d1fb0ebc457d1fe957e8 /BitKeeper | |
parent | 3805a5edfeee171a5dd1945f4f44ea67a00fdb29 (diff) | |
download | mariadb-git-8bd61c3fce74238b8459359a8c9ec588af1b7dc1.tar.gz |
Task 430: Allowing braces in joins by simply removing them.
This is a simple fix, allowing a join_table_list in the right reduction of a
normal_join sequence, instead of just a join_table. This makes things like
"t1, (t2 left join t3)" work, but it also allows "join" and "cross join" instead
of ",".
This should fix the bug reported as:
Subject: ODBC SQL syntax issue
From: Ivan Vazharov
Date: Mon, 30 Sep 2002 12:02:42 +0200
Diffstat (limited to 'BitKeeper')
-rw-r--r-- | BitKeeper/etc/logging_ok | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index 55c64144268..000e7588370 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -85,3 +85,4 @@ zgreant@mysql.com tfr@beta.frontier86.ee Administrador@light. mwagner@work.mysql.com +pem@mysql.com |