| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
(make relies GNU extentions). The patch was partially
backport from 6.0.
Original comment:
bug#30708: make relies GNU extensions. Now that we no longer use
BitKeeper we can safely remove the SCCS handling with no loss of
functionality.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
unnecessarily
The problem is that libmysqlclient.so is built with THREAD
undefined, while a client compiling against the same header
files will see THREAD as defined and definitions in
my_pthread.h will be included, possibly resulting in undefined
symbols that cannot be resolved with libmysqlclient.so.
The suggested solution is to require that clients wanting to
link with libmysqlclient.so should be built with
MYSQL_CLIENT_NO_THREADS defined. This requires a documentation
change, and more details for this will be supplied if this
patch is approved.
The MYSQL_CLIENT_NO_THREADS define was renamed from
UNDEF_THREADS_HACK, to get a more suitable (less suspicious)
name for the define. (The UNDEF_THREADS_HACK is retained for
backwards compatibility, though.)
This patch is also in anticipation of WL#4958, which will
remove this problem altogether by dropping the building of
libmysqlclient.
|
|\
| |
| |
| | |
into xiphis.org:/anubis/antony/work/p2-bug25714.1.merge-5.1
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
"getGeneratedKeys() does not work with FEDERATED table"
mysql_insert() expected the storage engine to update the row data
during the write_row() operation with the value of the new auto-
increment field. The field must be updated when only one row has
been inserted as mysql_insert() would ignore the thd->last_insert.
This patch implements HA_STATUS_AUTO support in ha_federated::info()
and ensures that ha_federated::write_row() does update the row's
auto-increment value.
The test case was written in C as the protocol's 'id' value is
accessible through libmysqlclient and not via SQL statements.
mysql-test-run.pl was extended to enable running the test binary.
|
|\ \
| |/
| |
| | |
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
|
| |
| |
| |
| | |
tested by mysql-test-run.pl
|
|\ \
| |/
| |
| | |
into mysql.com:/home/kent/bk/main/mysql-5.1
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Corrected spelling in copyright text
Makefile.am:
Don't update the files from BitKeeper
Many files:
Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
Adjusted year(s) in copyright header
Many files:
Added GPL copyright text
Removed files:
Docs/Support/colspec-fix.pl
Docs/Support/docbook-fixup.pl
Docs/Support/docbook-prefix.pl
Docs/Support/docbook-split
Docs/Support/make-docbook
Docs/Support/make-makefile
Docs/Support/test-make-manual
Docs/Support/test-make-manual-de
Docs/Support/xwf
|
|\ \
| |/
| |
| | |
into mysql.com:/home/kent/bk/main/mysql-5.1
|
| |
| |
| |
| | |
Changed header to GPL version 2 only
|
|\ \
| |/
| |
| | |
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
|
| |
| |
| |
| |
| |
| |
| | |
- Most likely caused by linking with libmysqlclient using gcc and not g++.
- Removing our "yassl_dummy_link_fix" hacks so some test programs are linked
with gcc
- Remove build of non working test programs in vio
|
| |\
| | |
| | |
| | | |
into shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
|
| | | |
|
|\ \ \
| | |/
| |/|
| | | |
into shellback.(none):/home/msvensson/mysql/bug22139/my51-bug22139
|
| |/
| |
| |
| |
| |
| | |
tests/mysql_client_test
- Build mysql_client_test from mysql_client_test.c and mysys/my_memmem.c
|
|\ \
| |/
| |
| | |
into chilla.local:/home/mydev/mysql-5.1-amain
|
| |
| |
| |
| |
| |
| | |
Avoid duplicate symbol errors on Netware
mwldnlm, mwccnlm, mwasmnlm:
Filter garbage characters from output
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Removed Berkeley DB
configure.in:
Adjusted Netware support
basic.t.c:
Change for Netware
Makefile.am:
Use thread safe libmysqlclient_r if it was built
valgrind.supp:
Hide report about strlen/_dl_init_paths
ha_tina.cc:
Temporarely disable CSV engine on Netware,
as the engine depends on mmap()
net_serv.cc:
Include <sys/select.h> for Netware
|
|/ / |
|
|\ \
| |/
| |
| | |
into mysql.com:/home/dlenev/mysql-5.1-merges
|
| | |
|
|\ \
| |/
| |
| | |
into zippy.(none):/home/cmiller/work/mysql/mysql-5.1-new__bug17667
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bug#17667: An attacker has the opportunity to bypass query logging.
This adds a new, local-only printf format specifier to our *printf functions
that allows us to print known-size buffers that must not be interpreted as
NUL-terminated "strings."
It uses this format-specifier to print to the log, thus fixing this
problem.
|
|/
|
|
| |
a normal 'make dist' source .tar.gz.
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
Added -I$(top_builddir)/include for searching
generated header files, when builddir != srcdir
|
| |
| |
| |
| | |
Fix for link failures on boxes with non-gnu compiler.
|
| |
| |
| |
| | |
wants this feature look at a web-dav hookup).
|
| |
| |
| |
| | |
after merge fix
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| | |
- renamed the tests that use the embedded server (client_test ->
mysql_client_test_embedded, mysqltest -> mysql_test_embedded
and changed some Makefiles and scripts so they are installed in $bindir
(required to be able to run the test suite against the embedded server)
|
|\ \
| |/ |
|
| |
| |
| |
| | |
To make client_test work as mysql-test-run test case, needs to install it
|
| | |
|
| |
| |
| |
| | |
The fix makes client_test.cc compile with embedded library.
|
|/
|
|
|
|
|
| |
- client side part is simple and may be considered stable
- server side part now just joggles with THD state to save execution
state and has no additional locking wisdom.
Lot's of it are to be rewritten.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Remove the 'fs' file systems as this is not maintained.
Moved programs from client to tests
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
unlink socket file if mysqld dies on startup
Some optimization of AND expressions
|
|/
|
|
|
|
| |
new file
'C' Test case for all prototype changes - Assert based which covers all most all scenarios
|
| |
|
|
|
|
|
| |
Added more status to the MyISAM files to avoid checking files that
has already been checked.
|
|
|