kent@mysql.com
ca29e362b5
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-new
2006-03-29 14:08:13 +02:00
kent@mysql.com
e5ec09e888
Makefile.am:
...
Install "ndb_size.pl" script and template, bug#18421
2006-03-29 14:07:13 +02:00
petr@mysql.com
36e06f6372
Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into mysql.com:/home/cps/mysql/devel/5.1-repair-csv
2006-03-29 15:41:13 +04:00
petr@mysql.com
4c285fc5fc
fix test in --ps-protocol mode
2006-03-29 15:37:42 +04:00
monty@mysql.com
1994ed49ec
Fixed compiler and valgrind warnings
...
Added missing DBUG_xxx_RETURN statements
Fixed some usage of not initialized variables (as found by valgrind)
Ensure that we don't remove locked tables used as name locks from open table cache until unlock_table_names() are called.
This was fixed by having drop_locked_name() returning any table used as a name lock so that we can free it in unlock_table_names()
This will allow Tomas to continue with his work to use namelocks to syncronize things.
Note: valgrind still produces a lot of warnings about using not initialized code and shows memory loss errors when running the ndb tests
2006-03-29 14:27:36 +03:00
mskold@mysql.com
3b4422aa1e
Added more debugging printouts
2006-03-29 13:13:39 +02:00
dlenev@mysql.com
41a895a1ce
Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtime
...
into mysql.com:/home/dlenev/mysql-5.0-bg17764
2006-03-29 14:55:04 +04:00
dlenev@mysql.com
17785d169b
Proposed fix for bug #17764 "Trigger crashes MyISAM table"
...
A table with an on insert trigger was reported as crashed when the insert
was processed with bulk insert mode on (handler::start_bulk_insert).
The trigger was also selecting from the same table, and that caused
the "crash".
The same problem was present when an insert statement, which was processed
in bulk mode, also used a stored function that was reading the same table.
This fix disables bulk inserts if a statement uses functions or invokes
triggers. Implementing more granular checks will require much more code and
therefore can hardly be done in 5.0
2006-03-29 14:53:00 +04:00
msvensson@shellback.
14e30f4773
Manual merge
2006-03-29 12:09:37 +02:00
petr@mysql.com
df0b02d360
Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into mysql.com:/home/cps/mysql/devel/5.1-repair-csv
2006-03-29 13:46:06 +04:00
msvensson@shellback.
2da3f0e00a
Move "start-from" into section "Control what tests to run"
2006-03-29 09:59:16 +02:00
msvensson@shellback.
d9b243c635
Use default value variable when printing out the default timeouts
2006-03-29 09:39:18 +02:00
msvensson@shellback.
3e73f1d073
Remove "restart-cleanup" not needed any more as a snapshot of the db will be restored after a failed test case
2006-03-29 09:30:07 +02:00
msvensson@shellback.
e803ceccb2
"ndbcluster_port" => "ndbcluster-port"
...
"ndbcluster_port_slave" => "ndbcluster-port-slave"
2006-03-29 09:15:29 +02:00
msvensson@shellback.
085a310a01
"ndbconnectstring" => "ndb-connectstring"
2006-03-29 09:00:48 +02:00
msvensson@shellback.
b1bc41e703
Add comments for "--big-test" aka "--big" and move it to the section "Control what tests to run"
2006-03-29 08:55:29 +02:00
brian@zim.(none)
23ada84873
GIS test for NDB is failing sporatically.
2006-03-28 19:25:26 -08:00
petr@mysql.com
14346aa9a4
Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into mysql.com:/home/cps/mysql/devel/5.1-repair-csv
2006-03-29 06:34:12 +04:00
petr@mysql.com
39a251f35b
Post-review fixes for WL#3154 "Enable REPAIR for CSV tables"
2006-03-29 06:28:57 +04:00
brian@zim.(none)
3d13f61efe
Two additional disabled tests, trying to clear pushbuild.
2006-03-28 18:18:27 -08:00
brian@zim.(none)
097804fbdb
Behavior change to preserve schema unless you specify autogenerated SQL or create values.
2006-03-28 17:59:11 -08:00
brian@zim.(none)
91ea8c05d9
Creating bugs, disabling tests. Trying to get the 5.1 tree clean under pushbuild.
2006-03-28 15:10:06 -08:00
mikael@c-bc0be253.1238-1-64736c10.cust.bredbandsbolaget.se
bcd2a795d8
BUG#13520: BUG#13433: Fixed proper delimiters for fields and comments
2006-03-28 17:41:50 -05:00
cmiller@zippy.(none)
de5eea6d2e
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into zippy.(none):/home/cmiller/work/mysql/mysql-5.0__bug11151
2006-03-28 17:38:28 -05:00
acurtis@xiphis.org
f6febdb95a
Bug#18464
...
"Can't make example storage engine available"
Build was attempting a shared-lib build instead of static
2006-03-28 14:34:28 -08:00
cmiller@zippy.(none)
d51158fd1d
Bug#11151: LOAD DATA INFILE commits transaction in 5.0
...
No longer create or commit transactions within the loading of files.
2006-03-28 17:15:45 -05:00
msvensson@shellback.
1d30dfdc00
Remove unused variable
2006-03-28 19:34:44 +02:00
msvensson@shellback.
21001c6df1
Add new paths where to look for mysql_client_test
2006-03-28 19:32:50 +02:00
msvensson@shellback.
67e045986d
Remove duplicate declaration of stress_basdir
2006-03-28 19:30:08 +02:00
msvensson@shellback.
d670ba1e8d
Declare innobase "srv_*" variables as extern "C"
2006-03-28 19:27:38 +02:00
reggie@linux.site
8c0c94af46
Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into linux.site:/home/reggie/work/mysql-5.1
2006-03-28 11:12:59 -06:00
reggie@big_geek.
4a166c2f2f
some simple CMAKE updates
2006-03-28 10:05:25 -06:00
bar@mysql.com
b7ffa08728
Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into mysql.com:/usr/home/bar/mysql-5.1-new
2006-03-28 20:51:50 +05:00
knielsen@mysql.com
1d40417bd7
Fix files not removed from make dist when deleted.
2006-03-28 17:34:35 +02:00
bar@mysql.com
500e9946d7
Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into mysql.com:/usr/home/bar/mysql-5.1-new
2006-03-28 20:09:07 +05:00
reggie@linux.site
f8ed047376
Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into linux.site:/home/reggie/work/mysql-5.1
2006-03-28 09:09:06 -06:00
reggie@linux.site
6f4a3685da
restored handlerton-win.cc that I mistakenly deleted.
2006-03-28 09:05:23 -06:00
bar@mysql.com
a586f5a18b
Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/usr/home/bar/mysql-5.0
2006-03-28 20:04:50 +05:00
pem@mysql.com
6be4db9a6d
Merge mysql.com:/extern/mysql/bk/mysql-5.0-runtime
...
into mysql.com:/extern/mysql/5.0/bug17015/mysql-5.0-runtime
2006-03-28 17:03:14 +02:00
knielsen@mysql.com
4c87c8dc54
Merge bk-internal:/home/bk/mysql-5.1-new
...
into mysql.com:/usr/local/mysql/tmpbuild
2006-03-28 16:35:50 +02:00
pem@mysql.com
cc17bb3404
Removed forgotten comment line in sql_select.cc.
2006-03-28 16:05:06 +02:00
jonas@perch.ndb.mysql.com
48fa5cb63c
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0
2006-03-28 15:40:08 +02:00
bar@mysql.com
4886c53fbb
Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/usr/home/bar/mysql-4.1.b15098
2006-03-28 18:32:58 +05:00
jonas@perch.ndb.mysql.com
0a9db2a056
Merge perch.ndb.mysql.com:/home/jonas/src/50-work
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0
2006-03-28 15:31:26 +02:00
bar@mysql.com
b56bc04c7d
Merge mysql.com:/usr/home/bar/mysql-5.0
...
into mysql.com:/usr/home/bar/mysql-5.1-new
2006-03-28 18:24:04 +05:00
bar@mysql.com
fc86e304cc
cast.result:
...
After merge fix.
2006-03-28 18:21:19 +05:00
pem@mysql.com
e0a2455f19
Merge mysql.com:/extern/mysql/bk/mysql-5.0-runtime
...
into mysql.com:/extern/mysql/5.0/bug17015/mysql-5.0-runtime
2006-03-28 15:08:17 +02:00
pem@mysql.com
e51adff01c
Review fix for BUG#17015: Routine name truncation not an error
2006-03-28 15:06:06 +02:00
jonas@perch.ndb.mysql.com
4e819b7377
ndb - bug#17729 bug#18406
...
Ndbapi can reorder recattr when doing sorted scan (for faster comparision)
make sure handler maps correct recattr to correct mysql column
2006-03-28 14:38:16 +02:00
gluh@mysql.com
15ecaa1866
Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into mysql.com:/home/gluh/MySQL/Merge/5.1-new
2006-03-28 17:26:45 +05:00