summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Only enable Innodb extra debugging when using the --debug=full configure optionmonty@mysql.com2005-01-261-2/+2
|
* Added -DDBUG_ON to CXXFLAGS when compiling with debuggingmonty@mysql.com2005-01-261-2/+2
| | | | This fixes a memory allocation bug in Innobase as structs was defined differently in .c and .cc files
* configure.in:bar@mysql.com2005-01-201-1/+1
| | | | | | Add SJIS version of Japanese error messages. Windows version should include this new file, instead of the EUC-JP version.
* bug#7693 - ndb joreland@mysql.com2005-01-191-2/+5
| | | | when using shm transporter, set sigmask on each thread using pthread_sigmask
* Fix 'make distclean' goal.konstantin@mysql.com2005-01-181-1/+1
|
* bumped up ndb versiontomas@poseidon.ndb.mysql.com2005-01-141-1/+1
| | | | compatible with 4.1.9
* - bumped up the version number in configure.in from 4.1.9 to 4.1.10lenz@mysql.com2005-01-131-1/+1
| | | | - tagged ChangeSet 1.2207 as "mysql-4.1.9"
* bug#7690 - ndb startup with shm, use sigaction to escape SA_RESETHANDjoreland@mysql.com2005-01-071-2/+3
|
* Merge mysql.com:/M41/mysql-4.1 into mysql.com:/M41/push-4.1joerg@mysql.com2004-12-301-1/+15
|\
| * Clean up the handling of "server" and "client" directories, while still ↵joerg@mysql.com2004-12-301-1/+15
| | | | | | | | | | | | | | avoiding the double listing of common directories in 'SUBDIRS' macro ("make distclean" had failed due to that). Solves bug#7368: "regex make error in 4.1.8"
* | - make sure that MYSQL_VERSION_ID created by "configure" does not contain anylenz@mysql.com2004-12-271-1/+1
|/ | | | | | non-numerical characters (if $VERSION was e.g. "4.1.8a", $MYSQL_VERSION_ID resulted in "40108a", which broke the build as MYSQL_VERSION_ID must be numerical)
* automatically configure with shared memory transporter for ndb if functions ↵tomas@poseidon.ndb.mysql.com2004-12-201-4/+15
| | | | are available
* mergejoreland@mysql.com2004-12-171-8/+21
|\
| * Bumb up ndb versionjoreland@mysql.com2004-12-171-1/+1
| |
| * - bumped up version number in configure.in from 4.1.8 to 4.1.9lenz@mysql.com2004-12-161-1/+1
| | | | | | | | - tagged ChangeSet 1.2173 as "mysql-4.1.8"
| * Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1tomas@poseidon.ndb.mysql.com2004-12-061-3/+14
| |\ | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
| | * wixed ndb-debug option for configuretomas@poseidon.ndb.mysql.com2004-12-061-4/+4
| | |
| | * added configure option to control extra ndb debug options,tomas@poseidon.ndb.mysql.com2004-12-031-3/+14
| | | | | | | | | | | | for release debug build please configure with --without-ndb-debug
| * | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1bar@mysql.com2004-12-061-1/+1
| |\ \ | | |/ | |/| | | | into mysql.com:/usr/home/bar/mysql-4.1
| | * configure.in:bar@mysql.com2004-12-061-1/+1
| | | | | | | | | | | | latin1_spanish_ci produced unknown collation error.
| * | Change to prevent the failure of "make distclean" on the missing ↵joerg@mysql.com2004-12-021-1/+1
| |/ | | | | | | 'regex/Makefile' (and, later, 'strings/Makefile').
| * configure.in:kent@mysql.com2004-11-281-1/+3
| | | | | | | | A work-around for SCO, disable use of clock_gettime
* | Merge mysql.com:/home/jonas/src/mysql-4.1-fixjoreland@mysql.com2004-12-061-1/+0
|\ \ | |/ | | | | into mysql.com:/home/jonas/src/wl1744
| * fix for mysqladmin link problemtomas@poseidon.ndb.mysql.com2004-11-181-1/+0
| | | | | | | | | | | | | | .c -> .cc fix source dist problem for ndb fix type check problem for mysqladmin
* | mergejoreland@mysql.com2004-11-161-1/+1
|\ \ | |/
| * changed compile order, mysqladmin with ndbcluster extensions needs ndb ↵tomas@poseidon.ndb.mysql.com2004-11-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | to be compiled first added libs variable for ndbmgmclient used by mysqladmin add linkage with @ndb_mgmclient_libs@ additional options for ndbcluster added support for managing the cluster to mysqladmin added DEFINE_CXA_PURE_VIRTUAL flag to CFLAGS to enable linkage with c++ libs use macros for C_MODE_START/END so that define of FIX_GCC_LINKING_PROBLEM works in c-programs
| * moved ndb_restore together with rest of the ndb toolstomas@poseidon.ndb.mysql.com2004-11-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kernel includes needed by ndb_restore changed link order moved LocalConfig to mgmapi Moved NdbConfig to Portlib mgmapi to use LocalConfig for connectstring parsing instead of it's own enable usage of "NULL" connectstring for default new ndbmgmclient lib that can be used by e.g. mysqladmin later LocalConfig no longer needed here, now in mgmapi Send connectstring to mgmapi instead added valid connectstring to be with only host without port i.e. valid connectstring =host1,host2,host3 default port will be added
* | Merge mysql.com:/home/jonas/src/mysql-4.1joreland@mysql.com2004-11-151-2/+2
|\ \ | |/ | | | | into mysql.com:/home/jonas/src/wl1744
| * merge with 4.0monty@mysql.com2004-11-121-2/+2
| |\
| | * Merge siva.hindu.god:/opt/home/tim/m/40/bktim@siva.hindu.god2004-11-041-1/+1
| | |\ | | | | | | | | | | | | into siva.hindu.god:/opt/home/tim/m/40/a
| | | * Portability fixes to mysqld_safe for non-Linux systems. Fix FIND_PROCtim@siva.hindu.god2004-11-021-1/+1
| | | | | | | | | | | | | | | | for Solaris test, and fix if @IS_LINUX@ test in mysqld_safe itself.
| | * | The files stored in "Docs/Images" within the "mysqldocs" BK tree must be ↵joerg@mysql.com2004-11-041-1/+1
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | included in the source tar-ball for distribution. This is done by using the "DISTFILES" macro in a new "Docs/Images/Makefile". As the source BK tree does not contain these files, they are copied from the "mysqldocs" tree at release build time. This changeset relies on "bk commit - mysqldoc tree (joerg:1.2276)" of today.
| | * - bumped up version number from 4.0.22 to 4.0.23 in configure.inlenz@mysql.com2004-10-291-1/+1
| | | | | | | | | | | | - tagged ChangeSet@1.2048.1.2 as "mysql-4.0.22"
* | | wl1744 - ndb win portjoreland@mysql.com2004-11-111-1/+1
| | | | | | | | | | | | improve ndb_global.h
* | | wl1744- ndb windowsjoreland@mysql.com2004-11-111-1/+1
| | | | | | | | | | | | move ports into ndb_global
* | | Merge mysql.com:/home/jonas/src/mysql-4.1joreland@mysql.com2004-11-101-0/+1
|\ \ \ | |/ / |/| | | | | into mysql.com:/home/jonas/src/wl1744
| * | wl1744 - ndb windows portjoreland@mysql.com2004-11-101-0/+1
| | | | | | | | | | | | move versing handling into ndb_version.h.in (from config.h)
* | | added configure switch for ndb port numbertomas@poseidon.ndb.mysql.com2004-11-101-1/+7
|/ / | | | | | | | | | | | | | | | | | | | | added new variable for ndb port 1186 changed meaning of ndb_port_base to be default tcp port setting changed to use split between port and port_base for ndbcluster so that ndb_port and ndb_port_base are propagated to startscript for ndbcluster added larger space to pid print moved readAndExecute out of CommandInterpreter to avoid linking lib with readline added c-api to Ndb_mgmclient pass also ndb_port to make
* | removed editline and replaced with mysql readlinetomas@poseidon.ndb.mysql.com2004-11-081-1/+0
| | | | | | | | | | | | created new facade object for CommandInterpreter removed CPC #if 0 code removed editline from mgmtsrver, no replace with readline since interface is obsolete anyways
* | add compile flad -DSNPRINTF_RETURN_TRUNC on hp ux 11tomas@poseidon.ndb.mysql.com2004-11-021-2/+2
| | | | | | | | | | | | | | remove compiler warning patch for my_vsnprintf not dully implemented patch for platfroms that return -1 on snprintf overflow compile fix for hpux
* | fix for solaris forte -instances=statictomas@poseidon.ndb.mysql.com2004-11-011-1/+4
| | | | | | | | | | | | added libNDBT.a removed printout fixed error that ndb_show_tables required table name
* | configure.in:tomas@poseidon.ndb.mysql.com2004-11-011-1/+1
| | | | | | | | | | added flag on sun forte, -instances=static (check is only made for "non-gcc", hopefully enough)
* | aligned ndb versioning with mysqltomas@poseidon.ndb.mysql.com2004-11-011-5/+6
| | | | | | | | | | | | | | | | | | | | | | changed define SNPRINTF_RETURN_ZERO to SNPRINTF_RETURN_TRUNC added define NDB_INIT removed getarg, strlcat, strlcpy aligned ndb version with mysql version cpcd: removed old way of reading config file and replaced with mysql load_defaults changed from using getarg to my_getopts use mysql my_progname moved getarg to test
* | added define flag SNPRINTF_RETURN_ZERO to indicate that snprintf returns ↵tomas@poseidon.ndb.mysql.com2004-10-291-2/+2
| | | | | | | | | | | | | | | | zero if buffer too small use flag SNPRINTF_RETURN_ZERO emulate snprintf behavior by writing to _big_ buffer if set use my_vsnprintf if HAVE_SNPRINTF is not set and set SNPRINTF_RETURN_ZERO in that case
* | bumped up version for ndbtomas@poseidon.ndb.mysql.com2004-10-291-1/+1
| | | | | | | | | | protocal change in create table, now allows for more than 91 attributes upgrade compatability with 3.5.3
* | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1tomas@poseidon.ndb.mysql.com2004-10-291-1/+2
|\ \ | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
| * | configure.in:tomas@poseidon.ndb.mysql.com2004-10-291-1/+1
| | | | | | | | | | | | -I/usr/include needed for cxx on Tru64
| * | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1tomas@poseidon.ndb.mysql.com2004-10-291-1/+2
| |\ \ | | | | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
| | * | Tru64 cxx compiler fixtomas@poseidon.ndb.mysql.com2004-10-291-1/+2
| | | | | | | | | | | | | | | | | | | | cxx does not include -I/ust/include.dtk as it should removed dependency on ndb_types
* | | | Fix for aix4 which defines clock_gettime, but it only returnsjoreland@mysql.com2004-10-281-1/+13
|/ / / | | | | | | | | | ENOSYS