- 02 Oct, 2003 1 commit
-
-
guilhem@gbichot2 authored
When an update query is to be written to the binlog, and it reads unset user variables (example: INSERT INTO t VALUEs(@A) where @A does not exist), we create the variable like if it had been set with SET before, and we loop (i.e. we redo the steps of logging, now that the variable exists).
-
- 26 Sep, 2003 4 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1
-
guilhem@gbichot2 authored
Don't free the client's selected db (thd->db) when it has been DROPped, if this is a slave thread; the x_free() was causing a lot of various bugs in rpl_loaddata_rule_m (garbage characters, segfault, hangs in other threads). A small post-merge fix (rli->inside_transaction exists in 4.0 only).
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.1-rplunt
-
dlenev@dlenev.mshome authored
-
- 25 Sep, 2003 4 commits
-
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
- offset of substr begining - offset of substr end - number of characters (MB compatible)
-
hf@deer.(none) authored
null_string wasn't known in libmysqld/lib_sql.cc, that caused compiler's error i put the declaration of the null_string in mysql_priv.h and renamed it to my_null_string to reduce the probability of name's intersections
-
- 24 Sep, 2003 5 commits
-
-
monty@mishka.mysql.fi authored
into mishka.mysql.fi:/home/my/mysql-4.1
-
bar@bar.mysql.r18.ru authored
Now it can work with any character set.
-
monty@mishka.mysql.fi authored
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.1
-
lenz@kallisto.local authored
.c files (the IBM Visual Age C compiler aborts with a syntax error on these)
-
- 23 Sep, 2003 6 commits
-
-
lenz@kallisto.local authored
(instead of libedit, which is the default for 4.1) - brushed up the usage help text a bit
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.1-868
-
bar@bar.mysql.r18.ru authored
Typo fix: redundant "in"
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.1-868
-
bar@bar.mysql.r18.ru authored
comp_err failed to compile error message file when a character set was not incompiled.
-
bar@bar.mysql.r18.ru authored
Better English message
-
- 22 Sep, 2003 8 commits
-
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1-build
-
lenz@kallisto.local authored
cmd-line-utils/readline from the commercial distribution - fixed some copyright headers so mysql-copyright can process them
-
bar@bar.mysql.r18.ru authored
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
-
bar@bar.mysql.r18.ru authored
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.1-868
-
ram@gw.mysql.r18.ru authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.1
-
bar@bar.mysql.r18.ru authored
Bug fix
-
bar@bar.mysql.r18.ru authored
-
- 20 Sep, 2003 1 commit
-
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.1-868
-
- 19 Sep, 2003 9 commits
-
-
bar@bar.mysql.r18.ru authored
There are some problems compiling with pure "configure" I need to fix it first.
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
-
bar@bar.mysql.r18.ru authored
sequence boundaries in functions LIKE and LOCATE in the case of "binary" collation. Comparison was done like if the strings were just a binary strings without character set assumption.
-
hf@deer.(none) authored
embedded library hash_insert renamed to my_hash_insert to avoid name intersection with another libraries is there better idea?
-
hf@deer.(none) authored
embedded library missed memory freeing added
-
hf@deer.(none) authored
prepared statements in embedded library. some fixes after testing
-
ram@gw.mysql.r18.ru authored
-
ram@gw.mysql.r18.ru authored
-
- 18 Sep, 2003 2 commits
-
-
hf@deer.(none) authored
embedded library some dirty places cleaned: uint removed from mysql.h as Miguel suggested empty_string renamed as my_empty_string to get rid of name's intersections using embedded library
-
hf@deer.(none) authored
embedded library I decided to get rid of #define mysql_some_function in mysql.h It puzzles users and makes problems with dynamic libraries Finally, there are only two functions left, that are covered with the #define-s and it won't hurt performance at all
-