- 13 Jul, 2005 13 commits
-
-
dlenev@mysql.com authored
indirectly using non-cached function".
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-mysqlproc
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
-
tomas@poseidon.ndb.mysql.com authored
-
dlenev@mysql.com authored
of stored routines definitions even if we already have some tables open and locked. To avoid deadlocks in this case we have to put certain restrictions on locking of mysql.proc table. This allows to use stored routines safely under LOCK TABLES without explicitly mentioning mysql.proc in the list of locked tables. It also fixes bug #11554 "Server crashes on statement indirectly using non-cached function".
-
gluh@eagle.intranet.mysql.r18.ru authored
-
ramil@mysql.com authored
-
lars@mysql.com authored
-
lars@mysql.com authored
into mysql.com:/home/bk/mysql-5.0
-
kent@mysql.com authored
-
evgen@moonbone.local authored
into moonbone.local:/work/mysql-5.0-bug-11709
-
lars@mysql.com authored
into mysql.com:/home/bk/mysql-5.0
-
evgen@moonbone.local authored
Fix for test case for bug#11709
-
- 12 Jul, 2005 27 commits
-
-
evgen@moonbone.local authored
-
evgen@moonbone.local authored
When searching column to sort on, item was compared to field under view column, but not the column itself. Because names of view column and underlaid field may differ, it leads to possibly choosing wrong column for sorting on. This patch makes Item_direct_view_ref::eq(Item *item,...) compare item's name with it's own name proir to comparing to *ref item.
-
lars@mysql.com authored
into mysql.com:/home/bk/mysql-5.0
-
igor@igor-inspiron.creware.com authored
into igor-inspiron.creware.com:/home/igor/mysql-5.0
-
joerg@mysql.com authored
into mysql.com:/M50/mysql-5.0
-
igor@igor-inspiron.creware.com authored
Expanded the test case for bug #6120 to cover DROP VIEW / CREATE VIEW scenario. sql_view.cc: Expanded the fix for bug #6120 to cover the case of DROP VIEW / CREATE_VIEW.
-
igor@igor-inspiron.creware.com authored
into igor-inspiron.creware.com:/home/igor/mysql-5.0
-
joerg@mysql.com authored
into mysql.com:/M50/mysql-5.0
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.0-bug11821-merge
-
sergefp@mysql.com authored
-
evgen@moonbone.local authored
-
evgen@moonbone.local authored
New item created in find_field_in_table() to fix view's item, was created without taking into account original item's alias. This patch checks if alias is set to the original item and if so sets it to newly created item.
-
reggie@linux.site authored
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
lars@mysql.com authored
into mysql.com:/home/bk/b6987-mysql-4.1
-
joerg@mysql.com authored
into mysql.com:/M41/mysql-4.1
-
lars@mysql.com authored
into mysql.com:/home/bk/b6987-mysql-4.1
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-4.1-bug11821
-
sergefp@mysql.com authored
MAX(field).
-
igor@igor-inspiron.creware.com authored
into igor-inspiron.creware.com:/home/igor/mysql-5.0
-
lars@mysql.com authored
into mysql.com:/home/bk/mysql-5.0
-
igor@igor-inspiron.creware.com authored
Added a test case for bug #11771. item.h: Fixed bug #11771. Added method reset_query_id_processor to be able to adjust query_id for fields generated from * in queries like this: SELECT * FROM <view> ... sql_base.cc: Fixed bug #11771. Adjusted query_id for fields generated from * in queries like this: SELECT * FROM <view> ...
-
lars@mysql.com authored
into mysql.com:/home/bk/b6987-mysql-4.1
-
lars@mysql.com authored
into mysql.com:/home/bk/mysql-5.0
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-5.0.clean
-
mskold@mysql.com authored
-