| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
conflicts:
Text conflict in mysql-test/lib/mtr_report.pm
Text conflict in mysql-test/mysql-test-run.pl
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
mysql-test/t/partition.test
sql/ha_partition.cc
Bug#40954: Crash in MyISAM index code with concurrency test using partitioned tables
Problem was usage of read_range_first with an empty key.
Solution was to not to give a key if it was empty. (real author Mattias Jonsson)
storage/archive/archive_reader.c
client/mysqlslap.c
Aligned the copyright texts output from "--version" of tools, to
let internal tools be able to change them if needed.
storage/ndb/test/tools/connect.cpp
storage/ndb/test/run-test/atrt.hpp
Corrected a few GPL headers not restricted to GPL version 2
Makefile.am
Added missing --report-features to the 'test-bt-fast' target
support-files/mysql.spec.sh
Reversed the removal of the "%define license GPL" in as internal
tools depended on it
|
| |
| |
| |
| | |
since Oct 1st
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Removed some copy/paste between debug and normal build in RPM spec
- Removed "mysql_upgrade_shell" from RPM build
- Removed use of "grep -q" in "configure.in", not portable
- Improved test to disable ABI check not to accidently run for icc
Other changes
- Added make file test targets 'test-bt-fast' and 'test-bt-debug-fast'
- Reenabled "jp" test suite run
|
|\ \
| |/
|/| |
|
| | |
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| | |
created at least some files and that they are correct.
|
| |
| |
| |
| | |
1) Disabled abi_check rule for all compilers except gcc
2) restored the -dI option to retain the header information.
|
| |
| |
| |
| |
| |
| | |
1) Remove solaris sparc specific output produced by the
pre-processor in the .out files
2) Ensure compatibility of preprocessor options for solaris/sparc
platform.
|
| |
| |
| |
| | |
fixed the abi_check rule to handle failure in the
diff command on the solaris platform.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
1) When gcc -E is run in the Mac OS it introduces a line of
output that results in showing up as a difference between
the .pp and .out files. Removed this OS specific preprocessor
text inserted by the preprocessor in the MAC OS. Added a sed
regular expression to remove MAC OS specific pre-processor
text.
2) Added the -w option to diff to remove the differences in
output being caused in solaris.
|
| |
| |
| |
| | |
Modified the abi_check command to ignore space
differences between the .pp and the .out files.
|
| |
| |
| |
| |
| |
| | |
1) Modified abi_check rule to not write into the
distribution directory.
2) Added the .pp files to EXTRA_DIST so that it will
be included in the distribution
|
| |
| |
| | |
Add the abi_check rule to the main build.
|
| |
| |
| |
| | |
Modified the abi_check target to check for only
mysql.h and plugin.h for now.
|
|\ \
| |/
|/| |
Merging changes from 5.1 main tree to 5.1-sea team tree.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
added a rule that use gcc to generate preprocessor output (gcc -E)
that can be then compared to a already generated output using
the diff utility.
Ran make test on the repository to verify changes.
|
|\ \
| |/
|/| |
Bug 36788 Multiple funcs_1 'trig' tests are failing on vanilla builds
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fix for this bug and additional improvements/fixes
In detail:
- Remove unicode attribute from several columns
(unicode properties were nowhere needed/tested)
of the table tb3
-> The runnability of these tests depends no more on
the availibility of some optional collations.
- Use a table tb3 with the same layout for all
engines to be tested and unify the engine name
within the protocols.
-> <engine>_trig_<abc>.result have the same content
- Do not load data into tb3 if these rows have no
impact on result sets
- Add tests for NDB (they exist already in 5.1)
- "--replace_result" at various places because
NDB variants of tests failed with "random" row
order in results
This fixes a till now unknown weakness within the
funcs_1 NDB tests existing in 5.1 and 6.0
- Fix the expected result of ndb_trig_1011ext
which suffered from Bug 32656
+ disable this test
- funcs_1 could be executed with the mysql-test-run.pl
option "--reorder", which saves some runtime by
optimizing server restarts.
Runtimes on tmpfs (one attempt only):
with reorder 132 seconds
without reorder 183 seconds
- Adjust two "check" statements within func_misc.test
which were incorrect (We had one run with result set
difference though the server worked good.)
- minor fixes in comments
|
| |\
| | |
| | |
| | | |
into debian.(none):/MySQL/M50/push-5.0
|
| | |
| | |
| | |
| | | |
Formatting change to improve readability of the "test-*" targets.
|
|\ \ \
| | | |
| | | |
| | | | |
into bodhi.(none):/opt/local/work/mysql-5.1-27430
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Add test target to the makefile that will cause all
statements to be re-prepared before execution.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add ChangeLog if it exists
- Removed separate 'normal+rowrepl' test run, not needed any longer
- Removed separate 'rpl' test run, included in main test run already
- Renamed some test "comments", to use similar naming style
- Limited one of the Cluster test runs to 'ndb' and 'rpl_ndb' suites
- Reordered test runs, to be aligned with Windows test runs
mysql.spec.sh:
- No longer including the "Example" storage engine
- Added to configure "--without-ENGINE" if not to compile engine as plugin
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If excluding Federated, make sure dynamic plugin is not built
Makefile.am:
Only run cluster test when compiled with cluster
lib_sql.cc:
Work around for Visual Studio 2003, that lacks vsnprintf() but has _vsnprintf()
|
|\ \ \
| | | |
| | | |
| | | | |
into debian.(none):/MySQL/M51/push-5.1
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
into debian.(none):/MySQL/M51/indent-5.1
Manual merge of a formatting change.
|
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
Fix is to remove any references to the current hostname when running
mysql_install_db --cross-bootstrap. (The dist-hook make target makes
this call, and the resulting data directory is included in the source
distribution as win/data/*.)
Also, a few other clean-ups to mysql_install_db while there.
|
| |
| |
| |
| | |
Makefile syntax error, comment should precede the whole target.
|
| |
| |
| |
| | |
In the "test-bt" target, replace the call "$(MAKE) test-embedded" by the actions of that target.
|
| | |
|
| |
| |
| |
| |
| |
| | |
1) Add a new top level "Makefile.am" target "make embedded-test".
2) Fix a syntax error (bad merge) in "netware/Makefile.am".
|
|\ \
| |/
| |
| | |
into solace.(none):/home/mtaylor/src/mysql/mysql-5.1-new-maint
|
| |
| |
| |
| | |
place.
|
|\ \
| | |
| | |
| | | |
into mysql.com:/home/kent/bk/make-dist-stable/mysql-5.1-build
|
| | |
| | |
| | |
| | |
| | | |
Handle pstack like other optional directories
Check if a directory exists relative to $srcdir
|
|\ \ \
| |/ /
|/| |
| | | |
into trift-lap.fambruehe:/MySQL/M51/antony-5.1
|
| | |
| | |
| | |
| | | |
Traditional make wants line to start with TAB
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Always include all sub directories in "make dist"
Removed incorrect comment
configure.in:
Unconditionally list make files in AC_CONFIG_FILES
Removed 'thread_dirs', it is not used
Minor cleanup
compile-dist:
Simplified the configure line needed for "make dist" to get it all
zlib.m4, ssl.m4:
Unconditionally list make files in AC_CONFIG_FILES
Makefile.am:
Removed DIST_SUBDIRS not needed
Don't copy soft links as files into source package
|
|\ \
| |/
| |
| | |
into debian.(none):/M51/rowlock-5.1
|
| |
| |
| |
| | |
For more information, see WL#3866 and the bugs numbered 28685 and 20390.
|
| |
| |
| |
| |
| |
| | |
Bug28309 First insert violates unique constraint - was "memory" table empty ?
---
Add missing phony targets
|
|\ \
| |/
| |
| | |
into trift2.:/MySQL/M51/push-5.1
|
| |
| |
| |
| | |
to be run only if it is available on the machine.
|
| |
| |
| |
| | |
builds.
|
| | |
|
|\ \
| |/
| |
| | |
into trift2.:/MySQL/M51/bug26609-5.1
|