| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
into mysql.com:/data0/mysqldev/my/mysql-4.1-build
|
| |
| |
| |
| |
| | |
HAVE_U_INT32_T when available (needed to fix a double typedef in
libedit)
|
|\ \
| | |
| | |
| | | |
into mysql.com:/Users/kent/mysql/cw/mysql-4.1
|
| |/
| |
| |
| | |
Enable creation of embedded lib when --with-darwin-mwcc
|
|/
|
|
| |
Bumped up version number to indicate 4.1.12 was branched off
|
| |
|
|
|
|
| |
Initial Metrowerks CodeWarrior compiler support
|
|
|
|
|
|
|
|
| |
signed range. (Bug #7036)
Produce warnings of wrong cast of strings to signed/unsigned.
Don't block not resolved IP's if DNS server is down (Bug #8467)
Fix compiler problems with MinGW (Bug #8872)
|
|\
| |
| |
| | |
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
|
| |\
| | |
| | |
| | | |
into mysql.com:/M41/mysql-4.1
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Change "configure.in".
The branches for Tru64 (ex: OSF/1) and Linux are separated,
and for Linux 'getconf GNU_LIBPTHREAD_VERSION' is used to tell between Linuxthreads and NPTL.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Define a new CPP symbol that the target OS is Linux, and use it where only the OS matters and not the threads Library.
Until now, 'HAVE_LINUXTHREADS' was used to indicate "Target is Linux" in many places.
When we support configuration with NPTL but no Linuxthreads, this misuse must cease.
|
| | |
| | |
| | |
| | | |
Rename 'IS_LINUX' configuration variable to 'TARGET_LINUX'.
|
|\ \ \
| | | |
| | | |
| | | | |
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
|
| | |/
| |/|
| | |
| | | |
- Display error if system readline or libedit can't be found
|
|\ \ \
| |_|/
|/| |
| | | |
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
|
| |/
| |
| |
| |
| |
| | |
- Changed makelist.sh
- Bump up required version of autoconf
- Use new style to init mutex in my_thr_init
|
|/ |
|
| |
|
|\
| |
| |
| | |
the source tree (from 4.0)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
ChangeSet removes all
references to the .texi file and the build targets that depend on manual.texi as the input file.
- added COPYING as a regular file instead of creating it during the build. This ensures that it's part
of the sources when pulling from BK (it used to be extracted from the manual)
- Removed a lot of cruft and unused/obsolete stuff from the Docs directory (e.g. Flags, Images)
- added a dummy mysql.info placeholder file (the info file is still used as the source to extract
various text files during the build). It will be replaced with a "real" file during the Bootstrap
process to create the official source distribution - the placeholder just satisfies build dependencies.
|
| |
| |
| |
| |
| |
| |
| | |
because config.status may later need this file (if it does not find it
it won't incorporate dependencies of errmsg.sys in sql/share/Makefile) (thx Serg).
In sql/share/Makefile.am using "all:" leads to double-"all:" in Makefile (thx Konstantin).
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
replace
the current way of passing '-DBIG_TABLES' to the compilers.
This is needed even in 4.0, as 'Do-compile-all' must use this new approach for
all "max" builds in 4.0, 4.1, and up.
|
| |
| |
| |
| |
| |
| | |
1.2073 was already tagged
as 4.0.24)
|
| |
| |
| |
| |
| |
| |
| |
| | |
Add -DDBUG_ON to CXXFLAGS whenever it is added to CFLAGS.
Thus, sql/ha_innodb.cc will be compiled with the same
setting of UNIV_DEBUG as the rest of InnoDB,
i.e., --with-debug enables InnoDB ut_ad() assertions
everywhere.
|
| |
| |
| |
| | |
Increment from 4.0.23 to 4.0.24
|
|\ \
| | |
| | |
| | | |
into zim.(none):/home/brian/mysql/mysql-4.1
|
| | |
| | |
| | |
| | | |
matter a Zawodny request. With this you can alter table to a type of table that would never store data. Its a /dev/null for a database.
|
|/ /
| |
| |
| | |
bug#5102, bug#6862 define HAVE_VIS_H to libedit only if header and strvis() exists
|
| | |
|
| |
| |
| |
| | |
2) Raise the version number to 4.1.11.
|
| |
| |
| |
| |
| | |
CLIENT_LIBS in mysql_config as CLIENT_LIBS point to builddir when
we use the bundled zlib.
|
|\ \
| | |
| | |
| | | |
into mysql.com:/data0/mysqldev/my/mysql-4.1-build
|
| | | |
|
|/ / |
|
| |
| |
| |
| |
| |
| |
| |
| | |
don't define UNIV_DEBUG in CFLAGS/CXXFLAGS anymore
sql/mysqld.cc
hide from the user options that do nothing
sql/sql_update.cc
better fix for uninitialized used_index
|
| | |
|
| | |
|
| |
| |
| |
| | |
This fixes a memory allocation bug in Innobase as structs was defined differently in .c and .cc files
|
| |
| |
| |
| |
| |
| | |
Add SJIS version of Japanese error messages.
Windows version should include this new file,
instead of the EUC-JP version.
|
| |
| |
| |
| | |
when using shm transporter, set sigmask on each thread using pthread_sigmask
|
| | |
|
| |
| |
| |
| | |
compatible with 4.1.9
|
| |
| |
| |
| | |
- tagged ChangeSet 1.2207 as "mysql-4.1.9"
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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"
|
|/ /
| |
| |
| |
| |
| | |
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)
|