| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
As documented in the bug report, the double checked locking
pattern has inherent issues, and cannot guarantee correct
initialization.
This patch replaces the logic in init_available_charsets()
with the use of pthread_once(3). A wrapper function,
my_pthread_once(), is introduced and is used in lieu of direct
calls to init_available_charsets(). Related defines
MY_PTHREAD_ONCE_* are also introduced.
For the Windows platform, the implementation in lp:sysbench is
ported. For single-thread use, a simple define calls the
function and sets the pthread_once control variable.
Charset initialization is modified to use my_pthread_once().
|
|/ |
|
|\ |
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| | |
It's much
simpler to just use the source .tar.gz to do a build. So the script has been renamed
to nwbuild, and simplified.
|
|\ \
| |/ |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
are not created {Netware}
The init and test sql files were not created at cross-compilation time.
Now, make them in the default build rule. Additionally, remove the "fix"
SQL instructions, which are unnecessary for newly initialized databases.
Also, clean up the english in an error message, and BZRify nwbootstrap.
|
|\ \
| |/
| |
| | |
into trift2.:/MySQL/M51/push-5.1
|
| |
| |
| |
| |
| |
| | |
Made sp_head::operator delete() match prototype, added throw()
mysql_test_run.c, mysqld_safe.c:
Include "mysql_version.h" to get MYSQL_PORT defined
|
| |
| |
| |
| |
| |
| | |
1) Add a new top level "Makefile.am" target "make embedded-test".
2) Fix a syntax error (bad merge) in "netware/Makefile.am".
|
|\ \
| |/
| |
| | |
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
|
| |
| |
| |
| |
| |
| | |
Our web server has been restructured several times, and references
to it in our source code has stayed the same. This patch from Paul
DuBois updates all URLs to modern semantics.
|
| |\
| | |
| | |
| | | |
into mysql.com:/home/tnurnberg/15327/50-15327
|
| |\ \
| | | |
| | | |
| | | | |
into trift2.:/MySQL/M50/push-5.0
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
into mysql.com:/home/tnurnberg/15327/51-15327
|
| |\ \ \ \
| | | |_|/
| | |/| |
| | | | | |
into mysql.com:/home/tnurnberg/15327/51-15327
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
make sure that if builder configured with a non-standard (!= 3306)
default TCP port that value actually gets used throughout. if they
didn't configure a value, assume "use a sensible default", which
will be read from /etc/services or, failing that, from the factory
default. That makes the order of preference
- command-line option
- my.cnf, where applicable
- $MYSQL_TCP_PORT environment variable
- /etc/services (unless configured --with-tcp-port)
- default port (--with-tcp-port=... or factory default)
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
into trift2.:/MySQL/M51/push-5.1
|
| |\ \ \ \ \
| | |/ / / /
| |/| | | /
| | | |_|/
| | |/| | |
into trift2.:/MySQL/M51/netware2-5.1
|
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
to 5.0:
1) Ensure "init_db.sql" and "test_db-sql" really get built.
2) Ensure the "*.def" files with NetWare linker options get distributed to the proper directories.
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
into trift2.:/MySQL/M51/push-5.1
|
| |\ \ \ \
| | |/ / /
| |/| | /
| | | |/
| | |/| |
into trift2.:/MySQL/M51/netware-5.1
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | | |
1) We do not provide the "isam" table handler in 5.0 and up (different from "myisam" !),
so we do not need the ".def" files for the "isam"-specific tools.
2) Use "basename" to get the base name of a file, not a harder-to-read sed expression.
|
|/ / |
|
|\ \
| |/
| |
| | |
into trift2.:/MySQL/M51/mysql-5.1
|
| | |
|
|\ \
| | |
| | |
| | | |
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
|
| | |
| | |
| | |
| | |
| | | |
- Move the link_sources command from top level Makefile into each subdir
that need to link files
|
|\ \ \
| | |/
| |/|
| | | |
into mysql.com:/home/kent/bk/tmp/mysql-5.1-build
|
| |\ \
| | | |
| | | |
| | | | |
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build
|
| | | |
| | | |
| | | |
| | | | |
NetWare builds.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Build sql files for netware from the mysql_system_tables*.sq files
- Fix comments about mysql_create_system_tables.sh
- Use mysql_install_db.sh to create system tables for mysql_test-run-shell
- Fix mysql-test-run.pl to also look in share/mysql for the msyql_system*.sql files
Changeset coded today by Magnus Svensson, just the application to 5.0.38 is by Joerg Bruehe.
|
|\ \ \ \
| | |/ /
| |/| /
| |_|/
|/| | |
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build-work
|
| |/ |
|
|\ \
| |/
| |
| | |
into mysql.com:/home/kent/bk/main/mysql-5.1
|
| |
| |
| |
| | |
Changed header to GPL version 2 only
|
|\ \
| | |
| | |
| | | |
into mysql.com:/home/kent/bk/mysql-5.1-build
|
| |\ \
| | |/
| | |
| | | |
into mysql.com:/home/kent/bk/mysql-5.1-build
|
| | |
| | |
| | |
| | |
| | |
| | | |
Added "mysql_client_test.def"
mysql_client_test.def:
BitKeeper file /home/kent/bk/mysql-5.0-build/netware/mysql_client_test.def
|
|/ /
| |
| |
| |
| |
| | |
Adjusted for storage path
nwbootstrap:
Corrected bad merge
|
|\ \
| |/
| |
| | |
into mysql.com:/home/kent/bk/mysql-5.1-build
|
| |
| |
| |
| |
| |
| | |
Added new "mysql_upgrade.def" for Netware (bug#23504)
*.def:
Allocate 128K stack for all executables (bug#23504)
|
|\ \
| |/
| |
| | |
into mysql.com:/home/kent/bk/mysql-5.1-build
|
| |
| |
| |
| | |
wrong - drop it.
|
|\ \
| | |
| | |
| | | |
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
|
| |\ \
| | |/
| | |
| | | |
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
|