- 07 Mar, 2005 10 commits
-
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
-
tomas@poseidon.ndb.mysql.com authored
fixed one bug in event, pk comes first in events...
-
hf@deer.(none) authored
-
hf@deer.(none) authored
-
hf@deer.(none) authored
-
hf@deer.(none) authored
Actually problem was not in AVG function, but in SUM before the AVG in the query.
-
gbichot@quadita2.mysql.com authored
(whereas it's 0 in 4.1, for safety as this is new code).
-
svoj@mysql.com authored
into mysql.com:/home/svoj/devel/mysql/ft-mysql-5.0
-
marko@hundin.mysql.fi authored
ut_malloc_low(): fix the fprintf() format string (an extraneous comma split the format into two arguments)
-
- 06 Mar, 2005 2 commits
-
-
svoj@mysql.com authored
-
pekka@mysql.com authored
-
- 05 Mar, 2005 10 commits
-
-
konstantin@mysql.com authored
The patch implements the idea suggested by Olaf van der Spek in thread "Client: many small reads?" (internals@lists.mysql.com). Now small reads performed by the client library are buffered. The buffering gives up to 2 times speedup when retrieving one-column tables.
-
paul@frost.snake.net authored
Comment changes: use standard style; fix grammar.
-
bar@deer.(none) authored
after merge fixes
-
bar@mysql.com authored
into mysql.com:/home/bar/mysql-5.0
-
bar@mysql.com authored
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-sp
-
dlenev@brandersnatch.localdomain authored
Improved handling of situations when we encounter error during CREATE PROCEDURE (FUNCTION/TRIGGER/...) and bail out of yyparse() without restoring proper THD::lex.
-
gluh@gluh.mysql.r18.ru authored
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
-
igor@linux.local authored
Logging to logging@openlogging.org accepted func_group.result, func_group.test: Added a test case for bug #8893. opt_sum.cc: A misplaced initialization for the returned parameter prefix_len in the function find_key_for_maxmin caused usage of a wrong key prefix by the min/max optimization in cases when the matching index was not the first index that contained the min/max field.
-
- 04 Mar, 2005 18 commits
-
-
konstantin@mysql.com authored
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-5.0.8915
-
tomas@poseidon.ndb.mysql.com authored
-
hf@deer.(none) authored
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-5.0.8915
-
dlenev@brandersnatch.localdomain authored
Made mysql_make_view() to call destructor for st_lex_local objects before throwing them away (this happens in case of error).
-
hf@deer.(none) authored
-
heikki@hundin.mysql.fi authored
If InnoDB cannot allocate memory, keep retrying for 60 seconds before we crash mysqld; maybe the memory shortage is just temporary
-
heikki@hundin.mysql.fi authored
Do not assert, but print diagnostics if MySQL tries to free a trx where n_mysql_tables_in_use > 0
-
dlenev@mysql.com authored
-
marko@hundin.mysql.fi authored
write_row(): Detect SQLCOM_OPTIMIZE, so that also OPTIMIZE TABLE will commit at every 10,000 copied rows.
-
dlenev@brandersnatch.localdomain authored
and some SP-related cleanups. - We don't have separate stage for calculation of list of tables to be prelocked and doing implicit LOCK/UNLOCK any more. Instead we calculate this list at open_tables() and do implicit LOCK in lock_tables() (and UNLOCK in close_thread_tables()). Also now we support cases when same table (with same alias) is used several times in the same query in SP. - Cleaned up execution of SP. Moved all common code which handles LEX and does preparations before statement execution or complex expression evaluation to auxilary sp_lex_keeper class. Now all statements in SP (and corresponding instructions) that evaluate expression which can contain subquery have their own LEX.
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/mysql-4.1
-
svoj@mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
-
tomas@poseidon.ndb.mysql.com authored
-
ingo@mysql.com authored
-
ingo@mysql.com authored
-