300 Commits (f6ff4a58108cef656e702284b8d80681d46606cd)

Author SHA1 Message Date
f6ff4a5810 Bug #43913 rpl_cross_version can't pass on conflicts complainig clash with --slave-load-tm 16 years ago
Luis Soares 520795fa2a BUG#48297: Schema name is ignored when LOAD DATA is written into 16 years ago
Georgi Kodinov 8f6f3dba21 Bug #40877: multi statement execution fails in 5.1.30 16 years ago
Tatiana A. Nurnberg 197182d749 Bug#43746: YACC return wrong query string when parse 'load data infile' sql statement 16 years ago
Gleb Shchepa e642140b18 Bug# 30946: mysqldump silently ignores --default-character-set 17 years ago
Staale Smedseng 30fccdaaae Bug #43414 Parenthesis (and other) warnings compiling MySQL 17 years ago
Staale Smedseng e6e1f4ac84 Bug #43414 Parenthesis (and other) warnings compiling MySQL 17 years ago
He Zhenxing 0793eec018 BUG#41948 Query_log_event constructor needlessly contorted 17 years ago
Alfranio Correia 4447ce614f BUG#38174 secure-file-priv breaks LOAD DATA INFILE replication in statement mode 17 years ago
Ignacio Galarza 2b85c64d65 Bug#29125 Windows Server X64: so many compiler warnings 17 years ago
Tatiana A. Nurnberg a89d13a7f0 Bug#37114: sql_mode NO_BACKSLASH_ESCAPES does not work properly with LOAD DATA INFILE 17 years ago
anozdrin/alik@quad.opbmk 2880d2081e Fix for Bug#35469: server crash with LOAD DATA INFILE to a VIEW. 18 years ago
gkodinov/kgeorge@macbook.gmz ff0aac178d Bug #26461: Intrinsic data type bool (1 byte) redefined to BOOL (4 bytes) 18 years ago
kostja@dipika.(none) f106d9738a Rename send_ok to my_ok. Similarly to my_error, it only records the status, 18 years ago
kostja@dipika.(none) acf9b1f346 A fix and a test case for Bug#12713 "Error in a stored function called from 18 years ago
aelkin/elkin@koti.dsl.inet.fi 01f86563cb Manual merge 5.0-rpl -> 5.1-rpl. 18 years ago
aelkin/elkin@koti.dsl.inet.fi 27436f0ba3 Bug #27571 asynchronousity in setting mysql_`query`::error and 18 years ago
aelkin/elkin@dsl-hkibras-fe38f900-157.dhcp.inet.fi 77998c30c2 Bug #23333 stored function + non-transac table + transac table = breaks stmt-based binlog 19 years ago
gkodinov/kgeorge@magare.gmz 9a0e6ec6d2 (pushing for Andrei) 19 years ago
gshchepa/uchum@gleb.loc dbe4fb94ca Fixed bug #29294. 19 years ago
monty@mysql.com/narttu.mysql.fi 088e2395f1 WL#3817: Simplify string / memory area types and make things more consistent (first part) 19 years ago
evgen@moonbone.local 98fa542a08 Bug#27670: LOAD DATA does not set CURRENT_TIMESTAMP default value for a 19 years ago
cbell/Chuck@mysql_cab. e6718df345 BUG#17233 : LOAD DATA INFILE: failure causes mysqld dbug_assert, binlog not flushed 19 years ago
cbell/Chuck@mysql_cab. 41b8ddc873 BUG#17233 : LOAD DATA INFILE: failure causes mysqld dbug_assert, binlog not flushed 19 years ago
evgen@moonbone.local 93c29c10b1 Bug#27586: Wrong autoinc value assigned by LOAD DATA in the 19 years ago
mskold/marty@mysql.com/linux.site 6c8f5c5859 Merge from 5.0 19 years ago
mskold/marty@mysql.com/linux.site 625a2629f0 Bug #26242 UPDATE with subquery and triggers failing with cluster tables 19 years ago
evgen@sunlight.local 7c42232d1d Bug#23233: 0 as LAST_INSERT_ID() after INSERT .. ON DUPLICATE in the 19 years ago
aelkin/elkin@andrepl.(none) 2afa90b5c5 Bug #27395 OPTION_STATUS_NO_TRANS_UPDATE is not preserved at the end of SF() 19 years ago
evgen@moonbone.local 11588e5e4a Bug#25122: Views based on a self-joined table aren't insertable. 19 years ago
bar@mysql.com dd0c43d5fa Bug#15126 character_set_database is not replicated (LOAD DATA INFILE need it) 19 years ago
gbichot@dl145h.mysql.com d204dc2d21 Fix for BUG#26050 "LOAD DATA INFILE breaks ACID"; the ok must be sent 19 years ago
msvensson@pilot.mysql.com 45fe5879f4 Bug#18628 mysql-test-run: security problem(part1) 19 years ago
kent@mysql.com/kent-amd64.(none) 6523aca729 my_strtoll10-x86.s: 19 years ago
kent@mysql.com/kent-amd64.(none) 226a5c833f Many files: 19 years ago
monty@mysql.com/narttu.mysql.fi 88dd873de0 Fixed compiler warnings detected by option -Wshadow and -Wunused: 19 years ago
cbell/Chuck@suse.vabb.com 9f36c1c286 WL#3618 - Remove HAVE_ROW_BASED_REPLICATION from source code. 19 years ago
holyfoot/hf@mysql.com/deer.(none) 9203d43427 merging 19 years ago
holyfoot/hf@mysql.com/deer.(none) e83c682fb7 bug #22372 (LOAD DATA crashes the table with the geometry field) 19 years ago
brian@zim.(none) 31d67280f7 This finishes the work (someone) started to remove FIELD_ types and use the Enum MYSQL types. The second part to this is to actually deprecate the FIELD defines in mysql_com.h 19 years ago
kroki/tomash@moonlight.intranet ee0cebf9a7 BUG#21726: Incorrect result with multiple invocations of LAST_INSERT_ID. 19 years ago
kroki/tomash@moonlight.intranet 5ea8adfae7 BUG#21726: Incorrect result with multiple invocations of LAST_INSERT_ID 19 years ago
guilhem@gbichot3.local e4d3595b18 Fix for BUG#11151 "LOAD DATA INFILE commits transaction in 5.0". 19 years ago
evgen@sunlight.local dd9a07706b Fixed bug#21261: Wrong access rights was required for an insert into a view 20 years ago
guilhem@gbichot3.local 0594e1b84b WL#3146 "less locking in auto_increment": 20 years ago
dlenev@mysql.com d6f47c31b6 After merge fixes for patch solving bug#18437 "Wrong values inserted with a 20 years ago
dlenev@mysql.com d4450e6696 Fix for bug#18437 "Wrong values inserted with a before update trigger on 20 years ago
monty@mysql.com 74cc73d461 This changeset is largely a handler cleanup changeset (WL#3281), but includes fixes and cleanups that was found necessary while testing the handler changes 20 years ago
guilhem@mysql.com a4e778f34d First push for WL#3146 "less locking in auto_increment". It is a 0-real-change patch. 20 years ago
gkodinov@mysql.com a21a2b5bcd BUG#18681: View privileges are broken 20 years ago