Below is the list of changes that have just been committed into a local
3.23 repository of jww. When jww 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://www.mysql.com/doc/I/n/Installing_source_tree.html
ChangeSet
1.1420 05/04/19 18:10:18 jww@stripped +1 -0
sql_yacc.yy:
If YYSIZE_T not defined define it, SCO bison 1.25 doesn't have it.
sql/sql_yacc.yy
1.99 05/04/19 18:09:01 jww@stripped +3 -0
If YYSIZE_T not defined define it, SCO bison 1.25 doesn't have it.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: jww
# Host: lnxdev.silk.ca
# Root: /usr/src/mysql/mysql-3.23
--- 1.98/sql/sql_yacc.yy 2004-06-24 12:15:07 -07:00
+++ 1.99/sql/sql_yacc.yy 2005-04-19 18:09:01 -07:00
@@ -30,6 +30,9 @@
extern void yyerror(const char*);
int yylex(void *yylval);
+#ifndef YYSIZE_T
+#define YYSIZE_T size_t
+#endif
#define yyoverflow(A,B,C,D,E,F) {ulong val= *(F); if(my_yyoverflow((B), (D), &val)) { yyerror((char*) (A)); return 2; } else { *(F)= (YYSIZE_T)val; }}
inline Item *or_or_concat(Item* A, Item* B)
| Thread |
|---|
| • bk commit into 3.23 tree (1.1420) | jwythe | 20 Apr |