serg@janus.mylan
d2384064f2
sql/sql_plugin.cc
...
remove endspaces and tabs
2007-04-13 19:24:46 +02:00
serg@janus.mylan
3ecbb5a443
wl#2936 - fixing problems
2007-04-13 19:23:02 +02:00
antony@ppcg5.local
48f3ec8570
WL#2936
...
"Plugin Server Variables"
Post review cleanups.
2007-04-02 11:38:58 -07:00
antony@ppcg5.local
6f21d39d51
WL#2936
...
"Plugin Server Variables"
Post review cleanups.
2007-03-28 21:29:16 -07:00
antony@ppcg5.local
d4d37f113e
WL#2936
...
"Server variables for plugins"
Post review fixes.
2007-03-23 10:14:46 -07:00
antony@ppcg5.local
dc24473cb2
WL#2936
...
"Server Variables for Plugins"
Implement support for plugins to declare server variables.
Demonstrate functionality by removing InnoDB specific code from sql/*
New feature for HASH - HASH_UNIQUE flag
New feature for DYNAMIC_ARRAY - initializer accepts preallocated ptr.
Completed support for plugin reference counting.
2007-03-02 08:43:45 -08:00
knielsen@ymer.(none)
83a5eac0a4
Merge ymer.(none):/tmp/mysql-5.0
...
into ymer.(none):/tmp/mysql-5.1
2007-02-26 08:12:02 +01:00
knielsen@ymer.(none)
01ea1aa44d
Compiler warning suppression fix: Add missing file to 'make dist'.
2007-02-26 08:11:10 +01:00
monty@mysql.com/narttu.mysql.fi
3d34c6f957
Fixed windows compilation problems
2007-02-24 04:22:34 +02:00
monty@mysql.com/narttu.mysql.fi
520d1b4144
Fixed compilations problems and warnings on windows
2007-02-23 22:48:15 +02:00
monty@narttu.mysql.fi
6d78655a97
Merge mysql.com:/home/my/mysql-5.0
...
into mysql.com:/home/my/mysql-5.1
2007-02-23 13:28:34 +02:00
monty@mysql.com/narttu.mysql.fi
f0ae3ce9b9
Fixed compiler warnings
...
Fixed compile-pentium64 scripts
Fixed wrong estimate of update_with_key_prefix in sql-bench
Merge bk-internal.mysql.com:/home/bk/mysql-5.1 into mysql.com:/home/my/mysql-5.1
Fixed unsafe define of uint4korr()
Fixed that --extern works with mysql-test-run.pl
Small trivial cleanups
This also fixes a bug in counting number of rows that are updated when we have many simultanous queries
Move all connection handling and command exectuion main loop from sql_parse.cc to sql_connection.cc
Split handle_one_connection() into reusable sub functions.
Split create_new_thread() into reusable sub functions.
Added thread_scheduler; Preliminary interface code for future thread_handling code.
Use 'my_thread_id' for internal thread id's
Make thr_alarm_kill() to depend on thread_id instead of thread
Make thr_abort_locks_for_thread() depend on thread_id instead of thread
In store_globals(), set my_thread_var->id to be thd->thread_id.
Use my_thread_var->id as basis for my_thread_name()
The above changes makes the connection we have between THD and threads more soft.
Added a lot of DBUG_PRINT() and DBUG_ASSERT() functions
Fixed compiler warnings
Fixed core dumps when running with --debug
Removed setting of signal masks (was never used)
Made event code call pthread_exit() (portability fix)
Fixed that event code doesn't call DBUG_xxx functions before my_thread_init() is called.
Made handling of thread_id and thd->variables.pseudo_thread_id uniform.
Removed one common 'not freed memory' warning from mysqltest
Fixed a couple of usage of not initialized warnings (unlikely cases)
Suppress compiler warnings from bdb and (for the moment) warnings from ndb
2007-02-23 13:13:55 +02:00
monty@mysql.com/hasky.mysql.fi
0ad4aa88c1
Merge monty@192.168.0.9:/home/my/mysql-5.0
...
into mysql.com:/home/my/mysql-5.0
2007-02-22 20:34:00 +02:00
monty@mysql.com/narttu.mysql.fi
8f4fef291d
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/my/mysql-5.0
2007-02-22 20:32:19 +02:00
monty@mysql.com/hasky.mysql.fi
8abc998af6
Merge monty@bk-internal.mysql.com:/home/bk/mysql-5.0-marvel
...
into mysql.com:/home/my/mysql-5.0
2007-02-22 20:25:13 +02:00
monty@mysql.com/narttu.mysql.fi
510c1238ac
Portability fix
...
Suppress compiler warnings from bdb and (for the moment) warnings from ndb
2007-02-22 20:20:49 +02:00
monty@mysql.com/hasky.mysql.fi
38b22db337
Merge monty@bk-internal.mysql.com:/home/bk/mysql-5.0-marvel
...
into mysql.com:/home/my/mysql-5.0
2007-02-22 17:03:05 +02:00
monty@mysql.com/narttu.mysql.fi
e5cc397f33
Fixed compiler warnings (for linux and win32 and win64)
...
Fixed a couple of usage of not initialized warnings (unlikely cases)
2007-02-22 16:59:57 +02:00
monty@mysql.com/hasky.mysql.fi
c55337e81b
Merge monty@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/my/mysql-5.0
2007-02-21 19:41:50 +02:00
monty@mysql.com/narttu.mysql.fi
6946fa682f
After merge fixes
...
This also fixes a bug in counting number of rows that are updated when we have many simultanous queries
2007-02-21 19:38:40 +02:00
joerg@trift2.
683a478669
Merge trift2.:/MySQL/M50/mysql-5.0
...
into trift2.:/MySQL/M50/push-5.0
2007-02-21 16:21:12 +01:00
joerg@trift2.
a5051aa4eb
Merge trift2.:/MySQL/M51/mysql-5.1
...
into trift2.:/MySQL/M51/push-5.1
2007-02-21 16:07:07 +01:00
tomas@poseidon.mysql.com
9cae1fd7ee
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into poseidon.mysql.com:/home/tomas/mysql-5.0
2007-02-21 21:50:43 +07:00
tomas@poseidon.mysql.com
f8ad644944
Merge poseidon.mysql.com:/home/tomas/mysql-5.0
...
into poseidon.mysql.com:/home/tomas/mysql-5.1
2007-02-21 21:45:19 +07:00
tomas@poseidon.mysql.com
e56e56f29c
Merge poseidon.mysql.com:/home/tomas/mysql-5.1-new-ndb
...
into poseidon.mysql.com:/home/tomas/mysql-5.1
2007-02-21 21:39:12 +07:00
kent/mysqldev@mysql.com/production.mysql.com
7095bb6399
archive_reader.c:
...
Added include of m_string.h, to find 64 bit mapping of strtoll to strtol
2007-02-21 15:21:14 +01:00
tomas@poseidon.mysql.com
33e0bfb5ab
Merge poseidon.mysql.com:/home/tomas/mysql-5.1-new-ndb
...
into poseidon.mysql.com:/home/tomas/mysql-5.1
2007-02-21 20:02:01 +07: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
monty@mysql.com/narttu.mysql.fi
222e128b34
Fixed unsafe define of uint4korr()
...
Fixed that --extern works with mysql-test-run.pl
Small trivial cleanups
2007-02-21 13:02:57 +02:00
joerg@trift2.
8892276ba0
Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.1
...
into trift2.:/MySQL/M51/merge-5.1
2007-02-21 11:04:39 +01:00
joerg@trift2.
b2d20b04fc
Merge trift2.:/MySQL/M50/merge-5.0
...
into trift2.:/MySQL/M51/merge-5.1
2007-02-21 09:45:13 +01:00
tomas@poseidon.mysql.com
d0d1eb770c
Merge mysqldev@production.mysql.com:/data0/mysqldev/my/build-200702202011-5.1.16-beta/mysql-5.1-release
...
into poseidon.mysql.com:/home/tomas/mysql-5.1-new-ndb
2007-02-21 14:31:17 +07:00
tomas@poseidon.mysql.com
dd3239821f
fix c++ syntac in c file
2007-02-21 14:26:47 +07:00
tomas@poseidon.mysql.com
7e9ec9a1f0
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
...
into poseidon.mysql.com:/home/tomas/mysql-5.0-ndb
2007-02-21 14:00:28 +07:00
tomas@poseidon.mysql.com
6cbc6d91f9
Bug #26490 duplicate cluster error code
...
- fixed error code
- added test program run in mysql-test-run bk version
2007-02-21 11:41:22 +07:00
df@kahlann.erinye.com
4a8c734fb1
Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-5.1
...
into kahlann.erinye.com:/home/df/mysql/build/mysql-5.1
2007-02-20 23:53:11 +01:00
df@kahlann.erinye.com
7fecf1451d
Merge kahlann.erinye.com:/home/df/mysql/build/mysql-5.0
...
into kahlann.erinye.com:/home/df/mysql/build/mysql-5.1
2007-02-20 22:43:17 +01:00
kent/mysqldev@mysql.com/production.mysql.com
9b3254af96
Raise version number after cloning 5.1.16-beta
2007-02-20 21:42:45 +01:00
joerg@trift2.
4cb11ae425
Merge trift2.:/MySQL/M41/merge-4.1
...
into trift2.:/MySQL/M50/merge-5.0
2007-02-20 20:18:29 +01:00
istruewing@bk-internal.mysql.com
37cedb7efa
Merge bk-internal.mysql.com:/data0/bk/mysql-5.0
...
into bk-internal.mysql.com:/data0/bk/mysql-5.0-engines
2007-02-20 18:53:41 +01: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
joerg@trift2.
74fed0c305
After-merge fix:
...
The declaration of "thr_client_alarm" had got lost, keep it in "mysys/thr_alarm.c".
2007-02-20 13:10:27 +01:00
joerg@trift2.
0daf91a62a
Merge trift2.:/MySQL/M40/clone-4.0
...
into trift2.:/MySQL/M41/merge-4.1
2007-02-20 13:02:39 +01:00
istruewing@chilla.local
e9d7098082
Merge chilla.local:/home/mydev/mysql-5.0-axmrg
...
into chilla.local:/home/mydev/mysql-5.1-axmrg
2007-02-20 10:05:22 +01:00
istruewing@chilla.local
0f4a84f002
Fixed a bad merge. Got a duplicate symbol on OSX.
2007-02-20 10:01:54 +01:00
knielsen@ymer.(none)
6db8fef5d3
A few minor cleanups for recent AbortOption behaviour change.
2007-02-20 09:52:18 +01:00
jonas@perch.ndb.mysql.com
a7aed14bc9
Merge perch.ndb.mysql.com:/home/jonas/src/50-work
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-ndb
2007-02-20 01:05:11 +01:00
jonas@perch.ndb.mysql.com
5d37bbee56
Merge perch.ndb.mysql.com:/home/jonas/src/51-work
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
2007-02-20 01:00:18 +01:00
jonas@perch.ndb.mysql.com
1d99e609ed
Merge perch.ndb.mysql.com:/home/jonas/src/50-work
...
into perch.ndb.mysql.com:/home/jonas/src/51-work
2007-02-20 00:58:25 +01:00
jonas@perch.ndb.mysql.com
8801e8e7af
fix compile error in testBitfield
2007-02-20 00:55:33 +01:00