MySQL Build Team
508084bca6
Pull in the few changes from mysql-5.4.0-release; also a minor portability fix up from mysql-5.1
2009-05-22 21:50:02 +02:00
MySQL Build Team
60cad950c9
Bug #44536 : MySQL 5.4 version mismatch in the sources
...
Update version number; also modify NDB's version.c for compatibility.
2009-05-22 21:05:46 +02:00
MC Brown
7ba75d5cd2
Adding DTrace test scripts to distribution targets
2009-04-16 18:06:32 +01:00
MySQL Build Team
a0281ecaac
Bump version number prep for BR #31195
2009-04-05 22:33:39 +02:00
MySQL Build Team
00ebbd793a
Ensure that all dtrace files are properly removed during make clean
2009-04-05 22:18:21 +02:00
MySQL Build Team
df8911d91f
Pull in some portability fixes for libedit from 5.1.33-release
2009-04-05 22:01:49 +02:00
MC Brown
7adb6a49ca
Ensuring the the right files are deleted during a cleanup
2009-04-03 14:52:59 +01:00
Mikael Ronstrom
fb96b19cf7
Merge some more DTrace build fixes by MC Brown
2009-03-27 15:31:08 +01:00
MC Brown
7726e8bbf3
Adding Probe definition file to distribution files
2009-03-18 11:08:24 +00:00
MC Brown
8578e16ce3
Fixing some issues in the build when using DTrace probes
...
Probe definition file is now a separate file that is copied during
build to the correct location, this enforces dependency requirements
correctly and allows builds to work when using the current or separate
build directories
2009-03-18 10:04:15 +00:00
Mikael Ronstrom
bc7bfb301a
Merge
2009-03-12 15:21:30 +01:00
Mikael Ronstrom
4bd059f8ad
Fixed missing - in build script
2009-03-11 22:17:48 +01:00
Mikael Ronstrom
a0ef9fb9a8
Fix silly mistakes
2009-03-07 00:12:36 +01:00
Mikael Ronstrom
d1d11d6baf
Add support for Atomic instructions for Windows
...
Enables Google patch support on Windows
2009-03-06 19:25:38 +01:00
Mikael Ronstrom
d2aab12760
Fix for fix of the DTrace make problems
2009-03-06 16:13:11 +01:00
Mikael Ronstrom
faff5c40d4
Added DTrace example scripts
2009-03-06 13:31:03 +01:00
Mikael Ronstrom
cd9f785da4
Ensured that we apply DTrace script on both object files potentially
...
produced by libtool
2009-03-06 13:22:25 +01:00
Mikael Ronstrom
4c7debc74e
Also search for DTrace command in /usr/sbin
2009-03-06 13:10:58 +01:00
Mikael Ronstrom
000498a543
Workaround for problems with tailcall optimisation and DTrace
2009-03-06 12:51:51 +01:00
Mikael Ronstrom
1cc1599ca3
Fix for make distcheck failure
...
Removed fake rule and replaced it by real rule instead
2009-03-05 20:22:13 +01:00
Mikael Ronstrom
3c7a00f3be
Fix for warning on -1 converted to 100 due to that
...
-1 was MAX which isn't a great idea.
2009-03-05 20:12:53 +01:00
Mikael Ronstrom
bafbc5273f
Corrected Dependency for DTrace
2009-02-27 12:04:17 +01:00
Mikael Ronstrom
ac56c69d92
Separated what to use as dependency and what to use as list of object files
2009-02-26 17:24:17 +01:00
Mikael Ronstrom
f1d563547c
Yet another attempt to fix Windows
2009-02-26 07:44:36 +01:00
Mikael Ronstrom
d2c74eb98a
Trying a workaround for the Windows crashes
2009-02-26 00:58:28 +01:00
Mikael Ronstrom
72fbdeecab
Fix for Windows
2009-02-24 16:43:05 +01:00
Mikael Ronstrom
f0c41e835b
Fix to make DTrace probes on SPARC work well
2009-02-24 12:04:26 +01:00
Mikael Ronstrom
76df9311d1
Merged with build team changes
2009-02-24 00:37:08 +01:00
Mikael Ronstrom
7f9af48946
Fixed silly mistake plus extra parenthesis
2009-02-23 22:21:22 +01:00
Mikael Ronstrom
664a1f9276
Fix ridiculous bug
2009-02-23 15:11:40 +01:00
Mikael Ronstrom
0180d7f589
Workaround for bug with gcc on Solaris using pthread_setschedprio
...
Improved data typing of server variables in InnoDB to avoid bugs on
Windows.
Workaround for bug in gcc assembler on 32-bit Mac OS X as well as
on Solaris.
2009-02-23 14:05:17 +01:00
Mikael Ronstrom
4c1199a1c0
Fixed problem with sql directory DTrace Makefile
2009-02-21 22:13:02 +01:00
Mikael Ronstrom
d6278c115d
Missed updating heap engine
2009-02-21 21:59:35 +01:00
Mikael Ronstrom
bccf56e535
Yet another attempt of getting DTrace builds done properly
2009-02-21 21:32:46 +01:00
Mikael Ronstrom
0751cc6c12
Updated to new version 0.2.3,
...
fixed make dist issue after moving
probes_mysql.d from sql to include
directory.
2009-02-21 19:26:38 +01:00
Mikael Ronstrom
d2e89004ed
Reverted back to not using large page by default
2009-02-21 13:42:43 +01:00
Mikael Ronstrom
fd5339feb5
Fixed some issues with build script and 64-bit handling,
...
couldn't use both --cpu=x86_64 and --64, also ignored
setting --32 and --64 on Linux
2009-02-21 11:03:49 +01:00
Mikael Ronstrom
a5c1c07adc
dtrace_sources also needed for non-DTrace builds
2009-02-21 09:12:08 +01:00
Mikael Ronstrom
391fff8f73
A workaround to handle the problem with that
...
abs_top_srcdir doesn't work on some automake
platforms.
Done by copying the .d files to the build
directories.
2009-02-20 23:11:09 +01:00
Mikael Ronstrom
5767c1f826
Fix build issue on 32-bit Solaris using gcc
2009-02-20 12:32:51 +01:00
Mikael Ronstrom
76afa7ce07
Changed to use top_srcdir instead of abs_top_srcdir since many
...
automake tools on Solaris seems to have a bug related to the
use of abs_top_srcdir
2009-02-20 01:06:32 +01:00
Mikael Ronstrom
f603e1b634
More readability for DTrace commands
2009-02-20 00:56:25 +01:00
Mikael Ronstrom
1d30c15ad6
Fixed DTrace bug where probes_mysql_nodtrace.h wasn't properly
...
created in the case when DTrace wasn't defined.
2009-02-20 00:42:00 +01:00
Mikael Ronstrom
c65ab05f9d
Fix for an incompatibility between GNU ar and Solaris linker
2009-02-20 00:23:34 +01:00
MySQL Build Team
5b7b1c8244
Increase -pv- version number after branching 0.2.1 build clone
2009-02-19 21:20:51 +01:00
Mikael Ronstrom
8299ba1d5d
Fixed test case after changing defaults on mysql-test-run
2009-02-19 16:55:09 +01:00
Mikael Ronstrom
2548599cf7
Changed defaults when running mysql-test-run to ensure that
...
Pushbuild servers are not overloaded and test cases crash
due to overload of memory and disk.
2009-02-19 11:36:04 +01:00
Mikael Ronstrom
87b8c90f06
Merge
2009-02-17 15:46:02 +01:00
Mikael Ronstrom
dd9119be20
Merged Performance Version 0.2.1 with latest 5.1 tree (last push 11 feb 14.01.13 2009)
2009-02-17 13:24:09 +01:00
Mikael Ronstrom
92e572e86c
Fixed test cases for new config variables and changed defaults, min and max values
2009-02-17 12:03:41 +01:00