diff options
author | monty@mashka.mysql.fi <> | 2003-02-07 15:47:24 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-02-07 15:47:24 +0200 |
commit | 25de9c19b2b76ff56bfa69b99033b14262f974ff (patch) | |
tree | 0661c54a51aa711947173e8a8e27e2e46cfa971c /configure.in | |
parent | 023d6dd39b9068ab8096c5ec60ab82bd10dbcee2 (diff) | |
download | mariadb-git-25de9c19b2b76ff56bfa69b99033b14262f974ff.tar.gz |
After merge fixes & remove compiler warnings
Added lengths for all MYSQL_FIELD string parameters
Changed field length to 2 byte in .frm files
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 409bd166a8a..8871189a119 100644 --- a/configure.in +++ b/configure.in @@ -2661,7 +2661,8 @@ AC_OUTPUT(Makefile extra/Makefile mysys/Makefile isam/Makefile dnl merge/Makefile dbug/Makefile scripts/Makefile dnl include/Makefile sql-bench/Makefile tools/Makefile dnl tests/Makefile Docs/Makefile support-files/Makefile dnl - mysql-test/Makefile dnl + support-files/MacOSX/Makefile mysql-test/Makefile dnl + netware/Makefile dnl include/mysql_version.h dnl , , [ test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h |