kent@mysql.com/kent-amd64.(none)
7a2e0ee7d7
configure.in:
...
Don't install ndb man pages if no ndb configured
config-win.h, CMakeLists.txt, README, configure.js:
Removed Cybozu patches
2007-03-28 23:00:50 +02:00
jbruehe/mysqldev@mysql.com/production.mysql.com
6d99387502
Raise version number after cloning 5.0.38
2007-03-15 22:28:31 +01:00
kent@mysql.com/kent-amd64.(none)
201e58d14e
Merge mysql.com:/home/kent/bk/tmp/mysql-4.1-build
...
into mysql.com:/home/kent/bk/tmp/mysql-5.0-build
2007-03-14 14:31:44 +01:00
kent@mysql.com/kent-amd64.(none)
6b72b54716
Merge mysql.com:/home/kent/bk/tmp/mysql-4.0
...
into mysql.com:/home/kent/bk/tmp/mysql-4.1-build
2007-03-14 14:29:23 +01:00
kent@mysql.com/kent-amd64.(none)
be226152ab
configure.in:
...
Added test for sched_yield() possibly in -lposix4 on Solaris
2007-03-14 14:27:46 +01:00
kent@mysql.com/kent-amd64.(none)
d6476788fe
Merge mysql.com:/home/kent/bk/tmp/mysql-4.1-build
...
into mysql.com:/home/kent/bk/tmp/mysql-5.0-build
2007-03-12 21:29:05 +01:00
kent@mysql.com/kent-amd64.(none)
512202a88f
configure.in:
...
Restored accidently removed line to check for zlib
2007-03-12 21:27:07 +01:00
kent@mysql.com/kent-amd64.(none)
30537c7d75
Merge mysql.com:/home/kent/bk/tmp/mysql-4.1-build
...
into mysql.com:/home/kent/bk/tmp/mysql-5.0-build
2007-03-12 13:22:02 +01:00
kent@mysql.com/kent-amd64.(none)
cad1c35618
Merge mysql.com:/home/kent/bk/tmp/mysql-4.0
...
into mysql.com:/home/kent/bk/tmp/mysql-4.1-build
2007-03-12 13:15:11 +01:00
kent@mysql.com/kent-amd64.(none)
4e4f184170
Makefile.am, configure.in, mysys.dsp:
...
Removed unused files
.del-my_winsem.c:
Delete: mysys/my_winsem.c
.del-my_semaphore.c:
Delete: mysys/my_semaphore.c
.del-my_semaphore.h:
Delete: include/my_semaphore.h
2007-03-12 13:12:42 +01:00
cmiller@zippy.cornsilk.net
06e3f77901
Merge mysqldev@production.mysql.com:my/build-200702201448-5.0.36/mysql-5.0-release/
...
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-community
2007-02-27 17:07:08 -05:00
cmiller@calliope.local.cmiller/calliope.local
c186793b6c
Some changes suggested Serg, from message <20070223210659.GA24202@janus.mylan>
2007-02-26 13:11:36 -05:00
cmiller@zippy.cornsilk.net
6e096ee8d9
Prevent bugs by making DBUG_* expressions syntactically equivalent
...
to a single statement.
---
Bug#24795: SHOW PROFILE
Profiling is only partially functional on some architectures. Where
there is no getrusage() system call, presently Null values are
returned where it would be required. Notably, Windows needs some love
applied to make it as useful.
Syntax this adds:
SHOW PROFILES
SHOW PROFILE [types] [FOR QUERY n] [OFFSET n] [LIMIT n]
where "n" is an integer
and "types" is zero or many (comma-separated) of
"CPU"
"MEMORY" (not presently supported)
"BLOCK IO"
"CONTEXT SWITCHES"
"PAGE FAULTS"
"IPC"
"SWAPS"
"SOURCE"
"ALL"
It also adds a session variable (boolean) "profiling", set to "no"
by default, and (integer) profiling_history_size, set to 15 by
default.
This patch abstracts setting THDs' "proc_info" behind a macro that
can be used as a hook into the profiling code when profiling
support is compiled in. All future code in this line should use
that mechanism for setting thd->proc_info.
---
Tests are now set to omit the statistics.
---
Adds an Information_schema table, "profiling" for access to
"show profile" data.
---
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-community-3--bug24795
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-community
---
Fix merge problems.
---
Fixed one bug in the query_source being NULL.
Updated test results.
---
Include more thorough profiling tests.
Improve support for prepared statements.
Use session-specific query IDs, starting at zero.
---
Selecting from I_S.profiling is no longer quashed in profiling, as
requested by Giuseppe.
Limit the size of captured query text.
No longer log queries that are zero length.
2007-02-22 10:03:08 -05:00
monty@mysql.com/narttu.mysql.fi
26aa385bc5
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/my/mysql-5.0
2007-02-21 14:07:08 +02:00
bteam/mysqldev@mysql.com/production.mysql.com
724a3b33ee
Raise version number after cloning 5.0.36
2007-02-20 16:50:54 +01:00
mysqldev@mysql.com/production.mysql.com
6d10340dfc
Raise version number after cloning 4.0.30
2007-02-09 17:08:37 +01:00
msvensson@neptunus.(none)
ede3afe470
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
2007-02-06 14:45:08 +01:00
cmiller@zippy.cornsilk.net
ad66e7a0dd
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
2007-01-31 16:23:05 -05:00
joerg@trift2.
cd16ad87a2
Merge trift2.:/MySQL/M50/bug12676-5.0
...
into trift2.:/MySQL/M50/push-5.0
2007-01-31 18:16:51 +01:00
joerg@trift2.
32e83a6c3d
For Linux systems running RHEL 4 (which includes SE-Linux), we need to provide
...
additional files that specify some actions which are allowed to the MySQL binaries.
Create a new subdirectory "supportfiles/RHEL4-SElinux" for them, and process it.
This fixes bug#12676.
2007-01-25 17:51:21 +01:00
df@kahlann.erinye.com
fdd8410e59
BUG#25530 --with-readline fails with commercial source packages
2007-01-25 08:46:07 +01:00
monty@mysql.com/narttu.mysql.fi
120e3f5ee1
Avoid compiler warnings on powermacg5
...
Fixed compilation error when trying to compile libmysqld on powermac
2007-01-23 16:42:03 +02:00
jani@a88-113-38-195.elisa-laajakaista.fi
ff58749b29
Fix for configure to detect library correctly.
...
Fix to check library in use during runtime.
Fix for Bug#16995, "idle connections not being killed due to timeout when NPTL is used".
2007-01-22 02:32:07 +02:00
mtaylor@qualinost.(none)
72a6096eb4
Moving version-script to acinclude.m4
2007-01-19 17:34:47 -08:00
mtaylor@qualinost.(none)
dab88cfaa3
Fixed the make distcheck problem. We only really need to create libndb.ver if we are building Ndb.
2007-01-19 16:54:01 -08:00
mtaylor@qualinost.(none)
8b1fe92d93
missed storage in one more place
2007-01-19 12:27:59 -08:00
mtaylor@qualinost.(none)
4d9abb4a4f
I cut and pasted in the wrong direction I think. We don't have storage until 5.1...
2007-01-19 12:23:06 -08:00
mtaylor@qualinost.(none)
3fdf318ef6
Added configure section to deal with actually versioning symbols.
2007-01-18 16:28:47 -08:00
mtaylor@qualinost.(none)
fd75030f93
Added version script information to actually version the symbols.
2007-01-18 16:21:43 -08:00
mtaylor@qualinost.(none)
c546e4bfe1
Incrementing soname to 2 for 5.0 branch.
2007-01-18 14:21:50 -08:00
mtaylor@qualinost.(none)
d67fa30c21
Merge qualinost.(none):/home/mtaylor/src/mysql-4.1-maint
...
into qualinost.(none):/home/mtaylor/src/mysql-5.0-maint
2007-01-18 14:16:56 -08:00
mtaylor@qualinost.(none)
7d2d130748
Adding support for versioned libndbclient.so. bug #13522
2007-01-18 13:30:01 -08:00
joerg/mysqldev@mysql.com/production.mysql.com
c3ab6de255
Raise version number after cloning 4.0.29
2007-01-18 16:41:32 +01:00
tulin/mysqldev@mysql.com/production.mysql.com
6a83d18c28
Merge mysql.com:/data0/mysqldev/users/tomas/mysql-5.0-release
...
into mysql.com:/data0/mysqldev/users/tomas/mysql-5.0-build
2007-01-17 10:07:45 +01:00
joerg@trift2.
25c53269ab
configure.in : Fix a dependency problem for "extra/" which shows up only in RPM builds.
2007-01-16 12:46:48 +01:00
bteam/mysqldev@mysql.com/production.mysql.com
b711c554f5
Raise version number after cloning 5.0.34
2007-01-15 16:57:22 +01:00
mjorgensen@production.mysql.com
21cb2ef60f
Merge bk-internal:/home/bk/mysql-5.0
...
into production.mysql.com:/usersnfs/mjorgensen/bktrees/mysql-5.0-community
2007-01-12 00:10:18 +01:00
mmj@tiger.mmj.dk
49913f2a95
Merge mjorgensen@bk-internal.mysql.com:/home/bk/mysql-5.0-sage
...
into tiger.mmj.dk:/Users/mmj/bktrees/mysql-5.0
2007-01-11 09:19:32 +01:00
kent@mysql.com/kent-amd64.(none)
ba7b6e86f2
configure.in:
...
Corrected default for --disable-grant-options
2007-01-10 18:19:51 +01:00
kent@mysql.com/kent-amd64.(none)
1768b21a14
configure.in:
...
Removed line accidently inserted when correcting bug#18526
2007-01-10 14:50:09 +01:00
tsmith@siva.hindu.god
bac65ee90a
WL #3670 : Compile-time option to remove GRANT-related startup options
...
- configure --disable-grant-options defines DISABLE_GRANT_OPTIONS
- configure.js/cmake also updated
- if DISABLE_GRANT_OPTIONS is defined, mysqld no longer recognizes:
--bootstrap
--init-file
--skip-grant-tables
Scripts which rely on those three options are modified to check the environment for MYSQLD_BOOTSTRAP; it should be set to the full path of a mysqld which does handle those options.
For example:
$ export MYSQLD_BOOTSTRAP
$ MYSQLD_BOOTSTRAP=/path/to/full/MySQL/bin/mysqld
$ mysql_install_db
$ make test
2007-01-09 19:22:01 -07:00
df@kahlann.erinye.com
696bc7a237
raise version number after cloning 5.0.33
2007-01-09 14:42:56 +01:00
dfischer/mysqldev@mysql.com/production.mysql.com
754a148a35
configure.in:
...
raise version to 5.0.33
2007-01-09 13:02:15 +01:00
bteam/mysqldev@mysql.com/production.mysql.com
ba77051e10
Raise version number after cloning 4.0.28
2007-01-03 12:08:59 +01:00
kent@mysql.com/kent-amd64.(none)
344599948d
mysqld.cc, configure.in:
...
Don't use thread priority by default on Mac OS X (bug#18526)
2007-01-01 09:54:41 +01:00
kent@mysql.com/kent-amd64.(none)
fd833d7037
configure.in:
...
Build "mysqld_error.h" even if configured --withouth-server (bug#21265)
2007-01-01 08:49:17 +01:00
kent@mysql.com/kent-amd64.(none)
1febd444a2
Merge mysql.com:/home/kent/bk/tmp/mysql-4.1-build
...
into mysql.com:/home/kent/bk/tmp/mysql-5.0-build
2007-01-01 07:23:43 +01:00
kent@mysql.com/kent-amd64.(none)
473b0c7287
configure.in:
...
Don't build server when configured --without-server (bug#23973)
2007-01-01 07:22:57 +01:00
joerg@trift2.
51fcec6a20
configure.in : Update of the NDB version number was missing, do it.
2006-12-21 13:35:41 +01:00
bteam/mysqldev@mysql.com/production.mysql.com
1d6ff3a203
Raise version number after cloning 5.0.32
2006-12-15 13:18:16 +01:00