- 14 Sep, 2006 1 commit
-
-
unknown authored
Include "manual.chm" in the source distribution, because we now use it for Windows builds unchanged.
-
- 12 Sep, 2006 1 commit
-
-
unknown authored
- Change the configure test looking for 'isinf' so the value returned from isinf is used. That avoids the call to isinf being optimized away. configure.in: Use the value returned from isinf so it's not optimized away by the compiler(i.e gcc 4.1)
-
- 07 Sep, 2006 2 commits
-
-
unknown authored
configure.in: NDB version and general version must be (kept) in sync - do that.
-
unknown authored
To be pushed to both the cloned 5.0.25 and the general 5.0 tree. configure.in: When creating "commercial" sources, this file gets modified by "mysql-copyright". For this, it is essential that the string 'cmd-line-utils/readline/Makefile' be alone on its line ...
-
- 06 Sep, 2006 1 commit
-
-
unknown authored
-
- 01 Sep, 2006 1 commit
-
-
unknown authored
configure.in: added win subdir
-
- 24 Aug, 2006 1 commit
-
-
unknown authored
configure.in: Exclude dbug/dbug.c: Exclude
-
- 23 Aug, 2006 1 commit
-
-
unknown authored
configure.in: Set the version for 5.0.24a.
-
- 19 Aug, 2006 1 commit
-
-
unknown authored
Corrected build issues : the build can not be conditional. to keep a unique source .tar.gz distribution. configure.in: Rolling back previous change sql/Makefile.am: Partially rolling back previous change. The build has to be unconditional, for the source .tar.gz distribution sql/mysql_priv.h: WL#3432 (Compile the Parser with a --debug --verbose option) sql/sql_parse.cc: WL#3432 (Compile the Parser with a --debug --verbose option) Moved turn_parser_debug_on to sql_yacc.yy sql/sql_yacc.yy: WL#3432 (Compile the Parser with a --debug --verbose option) Moved turn_parser_debug_on to sql_yacc.yy
-
- 17 Aug, 2006 1 commit
-
-
unknown authored
Changed the automake build process : - ./configure.in - ./sql/Makefile.am to compile an instrumented parser for debug=yes or debug=full builds Changed the (primary) runtime invocation of the parser : - sql/sql_parse.cc to generate bison traces in stderr when the DBUG "parser_debug" flag is set. configure.in: WL#3432 (Compile the Parser with a --debug --verbose option) New Automake condition : MYSQL_CONF_DEBUG sql/Makefile.am: WL#3432 (Compile the Parser with a --debug --verbose option) In Debug mode, compile sql_yacc.yy with --debug --verbose sql/sql_parse.cc: WL#3432 (Compile the Parser with a --debug --verbose option) Conditionally turn the bison parser debug on at runtime.
-
- 29 Jul, 2006 1 commit
-
-
unknown authored
Corrected typo configure.in: Corrected typo
-
- 28 Jul, 2006 1 commit
-
-
unknown authored
Man page for mysqld command move to section 8 (bug#21220) configure.in: Man page for mysqld command move to section 8 (bug#21220) man/Makefile.am: Man page for mysqld command move to section 8 (bug#21220)
-
- 26 Jul, 2006 1 commit
-
-
unknown authored
- Thanks to Christian Hammers for the patch configure.in: The configure check on how to run ps to get mysqld's $PID does not work on the Hurd, as the PPID is prepended with a - for login shells, thus making grep look for -bash, which it complains as an invalid argument. Filtering out '-' from the ps output makes this work fine.
-
- 14 Jul, 2006 1 commit
-
-
unknown authored
-
- 12 Jul, 2006 1 commit
-
-
unknown authored
The bug is thqt we use some nonstandard assembly codes in our strings source, and some assemblers don't know what to do with them: Specifically, Sun's Solaris assembler and Apple's Darwin assembler balk at them. This patch, rather than trying to test for properties of the assembler, which Autoconf doesn't have any decent facilites for, instead tries to compile the code in question and disables assembly if it fails. There's still the problem of unportable assembly, but I'll leave that to someone who feels like rewriting and debugging it. configure.in: Actually try to compile the code in question, since a test for the CPU type is insufficient to determine whether our code will compile.
-
- 11 Jul, 2006 1 commit
-
-
unknown authored
-
- 10 Jul, 2006 1 commit
-
-
unknown authored
-
- 07 Jul, 2006 1 commit
-
-
unknown authored
have a better test (and so this should be null-merged there). ALSO! Make it so that it accepts NPTL as a valid _equivalent_ implementation.
-
- 29 Jun, 2006 1 commit
-
-
unknown authored
-
- 27 Jun, 2006 1 commit
-
-
unknown authored
configure.in: Replaced skip-locking with newer skip-external-locking option. Removed extra quotes. scripts/mysqld_safe-watch.sh: Replaced skip-locking with newer skip-external-locking option.
-
- 16 Jun, 2006 1 commit
-
-
unknown authored
Changes for Netware sql/net_serv.cc: Netware needs <sys/select.h> configure.in: Call of "comp_err" has moved, changed code for Netware that edits make files to reflect this netware/BUILD/compile-netware-END: After correcting "configure.in" to edit make files correctly, removed obsolete "sed" of "extra/Makefile.am" for Netware
-
- 12 Jun, 2006 1 commit
-
-
unknown authored
- Define DBUG_ON and DBUG_OFF in config.h configure.in: Define DBUG_ON and DBUG_OFF in config.h instead of in compiler flags dbug/dbug.c: Undef DBUG_OFF if defined when compiling dbug.c, this is done as we always compile dbug.c even when DBUG_OFF is selected.
-
- 31 May, 2006 1 commit
-
-
unknown authored
"Add line for non-executable stack in .s files" Fix so that configure will use "--noexecstack" for assembler if gcc supports option and compiled C doesn't need executable stack. config/ac-macros/compiler_flag.m4: Bug#12096 Add macro to check if "--noexecstack" should be used when compiling assembler configure.in: Bug#12096 Add macro to check if "--noexecstack" should be used when compiling assembler strings/Makefile.am: Bug#12096 Automake knows how to handle assembler
-
- 24 May, 2006 4 commits
-
-
unknown authored
Update NDB version as well configure.in: Update NDB version as well
-
unknown authored
Stepped up to 5.0.23 configure.in: Stepped up to 5.0.23
-
unknown authored
Stepped up to 4.1.22 configure.in: Stepped up to 4.1.22
-
unknown authored
Changed version to 5.0.22 configure.in: Changed version to 5.0.22
-
- 23 May, 2006 2 commits
- 11 May, 2006 1 commit
-
-
unknown authored
Stepped up to 4.0.28 configure.in: Stepped up to 4.0.28
-
- 08 May, 2006 1 commit
-
-
unknown authored
No commit message
-
- 02 May, 2006 1 commit
-
-
unknown authored
buffer overflow and information exposure bugs fixed (reported by Stefano Di Paola) configure.in: Changed version to 5.0.17b configure.in: Changed version to 5.0.17b sql/sql_parse.cc: buffer overflow and information exposure bugs fixed (reported by Stefano Di Paola)
-
- 29 Apr, 2006 1 commit
-
-
unknown authored
Changed version to 4.1.20 configure.in: Changed version to 4.1.20
-
- 26 Apr, 2006 3 commits
- 22 Apr, 2006 1 commit
-
-
unknown authored
Set building of shared libraries on QNX to defatul OFF configure.in: -Libtool forgets to pass the -q64 and -X64 flags to "nm" and "xlc_r" when building for 64-bit on AIX. Add some hacks before we create libtool that fixes this. This test should be integrated into autoconf/libtool -Set default to not build shared librarues on QNX. When building libmysqlclient and libmysqlclient_r so many objects are passed to libtool that sh propably runs out of stack and segfaults.
-
- 18 Apr, 2006 1 commit
-
-
unknown authored
Stepped up version to 5.0.20a configure.in: Stepped up version to 5.0.20a
-
- 13 Apr, 2006 1 commit
-
-
unknown authored
Build "NOINST" tools with -static flag to avoid any ld problems when using them configure.in: Build "NOINST" tools with -static flag to avoid any ld problems when using them
-
- 10 Apr, 2006 1 commit
-
-
unknown authored
code. (Bug #13621) configure.in: Test whether atomic_add() and atomic_sub() are available in C++ code, since that is primarily where we will be using them.
-