- 29 Sep, 2003 12 commits
-
-
lenz@kallisto.local authored
-
hf@deer.(none) authored
handling of init-file option added to embedded library main problem was killing of output (resulting recordsets etc) i added checks for empty output in Protocol:: methods better solution could be special Protocol_nul class to redirect results to nowhere
-
hf@deer.(none) authored
I made libmysqld not to do freopen(stdout...) I think we need better solution here so i added it as a worklog entry #1247
-
hf@deer.(none) authored
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.stmt
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/help_correction/mysql-4.1
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/help_correction/mysql-4.1
-
vva@eagle.mysql.r18.ru authored
-
hf@deer.(none) authored
embedded library some fixes - cleanup procedure changed for embedded library - deletion of embedded mysql->thd
-
hf@deer.(none) authored
WL604 Privilegies in embedded library another bug fixed
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.stmt
-
hf@deer.(none) authored
WL#604 Privileges in embedded library bugs fixed
-
- 26 Sep, 2003 9 commits
-
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
lenz@kallisto.local authored
if a variable is not defined (empty).
-
lenz@kallisto.local authored
(crc32.c is included by mysys/my_crc32.c)
-
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
-
hf@deer.(none) authored
-
hf@deer.(none) authored
WL#604 Privileges in embedded library code added to check privileges in embedded library NO_EMBEDDED_ACCESS_CHECKS macros inserted in code so we can exclude access-checking parts. Actually we now can exclude these parts from standalone server as well. Do we need it? Access checks are disabled in embedded server by default. One should edit libmysqld/Makefile manually to get this working. We definitely need the separate configure for embedded server
-
- 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 4 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
-