- 08 May, 2002 1 commit
-
-
unknown authored
-
- 07 May, 2002 4 commits
-
-
unknown authored
into rhols221.adsl.netsonic.fi:/home/my/bk/mysql-4.0
-
unknown authored
-
unknown authored
types, migrated mysqld.cc to use my_getopt. include/my_getopt.h: Added missing types; GET_INT, GET_UINT, GET_ULONG, GET_ULL mysys/my_getopt.c: - Fixed a bug in processing short options; variable value was set wrongly after processing it in get_one_option(), when it needed to be done before it. - Fixed a bug in setting variable values; if type was OPT_ARG, a call without argument destroyed the default value - Added functionality for new GET_* types. sql/mysqld.cc: Changed mysqld.cc to use my_getopt.
-
unknown authored
-
- 03 May, 2002 7 commits
-
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/mysql-4.0
-
unknown authored
-
unknown authored
configure.in: Fixed missing comma
-
unknown authored
how it's named on Mac OS X (thanks to Paul DuBois <paul@snake.net> for the hint) BitKeeper/etc/ignore: Added mysql-4.0.2-alpha-pc-linux-gnu-i686.tar.gz mysql-4.0.2-alpha.tar.gz mysql-max-4.0.2-alpha-pc-linux-gnu-i686.tar.gz to the ignore list configure.in: Added "gnutar" to AC_CHECK_PROGS(TAR) for MacOS
-
unknown authored
-
unknown authored
build scripts work again. BUILD/compile-pentium-max: Added "--with-embedded-server" to have the libmysqld files included in the source distribution when using "make dist" Build-tools/Do-linux-build: Only use the "--with-other-libc" parameter, if another libc actually exists, since this will also force static linking, which does not work together with OpenSSL Makefile.am: Removed hard-coded file name for TAR, let configure do this instead (many systems actually ship GNU tar installed as "tar" instead of "gtar") configure.in: Added check for GNU tar named "gtar", fall back to "tar" if "gtar" was not found (and hope, that it's a GNU tar as well - this should probably be checked more properly) include/Makefile.am: Added "my_semaphore.h" to pkginclude_HEADERS since it was missing from the distribution strings/Makefile.am: Added "longlong2str.c" since it was missing from the distribution support-files/mysql.server.sh: Added LSB-compatible header info to make init script more portable support-files/mysql.spec.sh: - Use more RPM macros (e.g. infodir, mandir) to make the spec file more portable - reorganized the installation of documentation files: let RPM take care of this - reorganized the file list: actually install man pages along with the binaries of the respective subpackage - don't include libmysqld.a in the devel subpackage as well, if we have a special "embedded" subpackage - reworked the package descriptions
-
unknown authored
-
- 02 May, 2002 7 commits
-
-
unknown authored
-
unknown authored
into fred.bitbike.com:/home/arjen/mysql-4.0
-
unknown authored
Docs/Support/update-reserved-words.pl: Fill last row to full # of columns in reserved words table. Docs/manual.texi: Regenerated reserved words table (also removed trailing spaces).
-
unknown authored
Change table from 4 columns to 3 (looks better in output).
-
unknown authored
-
unknown authored
-
unknown authored
Docs/Manual_style_guidelines.txt: Updated guidelines, mostly identified globals from O'Reilly proofread. Docs/Support/docbook-fixup.pl: Added post-processing for new docbook-prefix preprocessing. Shuffled/fixed some other minor stuff. Docs/Support/make-docbook: Include preprocessing before makeinfo. Docs/manual.texi: Processing O'Reilly proofread, including global style changes. Watch this one VERY VERY carefully - it's extremely drastic!
-
- 01 May, 2002 2 commits
-
-
unknown authored
-
unknown authored
Docs/Support/docbook-fixup.pl: Shuffled XML/DocBook LINK fixup to before other XREF fixups that might also touch the result. Docs/Support/update-reserved-words.pl: Generate reserved word list in 3 columns instead of 4. Docs/manual.texi: Slightly adjusted table column widths for better printed output. Reserved keywords table newly generated with 3 columns instead of 4.
-
- 30 Apr, 2002 4 commits
- 29 Apr, 2002 12 commits
-
-
unknown authored
into fred.bitbike.com:/home/arjen/mysql-4.0 Docs/manual.texi: Auto merged
-
unknown authored
-
unknown authored
Docs/Manual_style_guidelines.txt: New item for style guidelines
-
unknown authored
into mysql.com:/my/mysql-4.0
-
unknown authored
is supposed to become the central repository for documentation guidelines - re-fixed wording in configure.in according to Manual style guidelines (thanks to Paul for the hint)
-
unknown authored
Docs/manual.texi: Change note mods, 4.0.2.
-
unknown authored
Docs/manual.texi: Auto merged
-
unknown authored
Fixed slowdown problem on win98 Fixed syntax for ALTER TABLE .. RENAME Docs/manual.texi: changelog libmysql/libmysql.c: Fixed that enable-reads-from-master and repl-parse-query works in option files. myisam/ft_boolean_search.c: Portability fixes mysys/my_thr_init.c: cleanup sql/sql_base.cc: Fixed slowdown problem on win98 sql/sql_delete.cc: Removed compiler warnings sql/sql_insert.cc: Removed compiler warnings sql/sql_update.cc: Removed compiler warnings sql/sql_yacc.yy: Fixed syntax for ALTER TABLE .. RENAME vio/vio.c: Added test of OS2 vio/viosocket.c: cleanup
-
unknown authored
-
unknown authored
Added FIX reminder regarding @multitable in SHOW VARIABLES section.
-
unknown authored
-
unknown authored
-
- 28 Apr, 2002 3 commits