Below is the list of changes that have just been committed into a local
5.0 repository of marcsql. When marcsql does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2007-07-23 16:23:35-06:00, malff@weblab.(none) +1 -0
Bug#29959 (Non-standard bison syntax in sql_yacc.yy)
In sql/sql_yacc.yy, use the %prec construct at the end of rule join_table
sql/sql_yacc.yy@stripped, 2007-07-23 16:23:33-06:00, malff@weblab.(none) +1 -1
In sql/sql_yacc.yy, use the %prec construct at the end of rule join_table
diff -Nrup a/sql/sql_yacc.yy b/sql/sql_yacc.yy
--- a/sql/sql_yacc.yy 2007-07-16 13:40:31 -06:00
+++ b/sql/sql_yacc.yy 2007-07-23 16:23:33 -06:00
@@ -5567,7 +5567,7 @@ join_table:
so that [INNER | CROSS] JOIN is properly nested as other
left-associative joins.
*/
- table_ref %prec TABLE_REF_PRIORITY normal_join table_ref
+ table_ref normal_join table_ref %prec TABLE_REF_PRIORITY
{ MYSQL_YYABORT_UNLESS($1 && ($$=$3)); }
| table_ref STRAIGHT_JOIN table_factor
{ MYSQL_YYABORT_UNLESS($1 && ($$=$3)); $3->straight=1; }
| Thread |
|---|
| • bk commit into 5.0 tree (malff:1.2477) BUG#29959 | marc.alff | 24 Jul |