- 21 Jul, 2005 1 commit
-
-
brian@zim.(none) authored
-
- 13 Jul, 2005 3 commits
-
-
kent@mysql.com authored
-
evgen@moonbone.local authored
into moonbone.local:/work/mysql-5.0-bug-11709
-
evgen@moonbone.local authored
Fix for test case for bug#11709
-
- 12 Jul, 2005 28 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.
-
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.
-
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
-
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> ...
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-5.0.clean
-
mskold@mysql.com authored
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
-
hf@deer.(none) authored
-
joerg@mysql.com authored
-
georg@lmy002.wdf.sap.corp authored
into lmy002.wdf.sap.corp:/home/georg/work/mysql/prod/mysql-5.0
-
georg@lmy002.wdf.sap.corp authored
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
-
mskold@mysql.com authored
-
georg@lmy002.wdf.sap.corp authored
Added api function mysql_get_character_set_info which provides information about the current client character set.
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-5.0
-
stewart@mysql.com authored
into mysql.com:/home/stewart/Documents/MySQL/5.0/main
-
- 11 Jul, 2005 8 commits
-
-
brian@avenger.(none) authored
-
pem@mysql.com authored
into mysql.com:/home/pem/work/mysql-5.0
-
pem@mysql.com authored
-
reggie@linux.site authored
into linux.site:/home/reggie/bk/mysql-5.0
-
pem@mysql.com authored
into mysql.com:/home/pem/work/mysql-5.0
-
brian@brian-akers-computer.local authored
into brian-akers-computer.local:/Users/brian/mysql/comment-5.0
-
brian@brian-akers-computer.local authored
Added a test for glibtoolize so that the autoconf tools that come installed on OSX will work fine (so no need to replace them).
-
joerg@mysql.com authored
cmd-line-utils/libedit/chared.c: Fix compile problem caused by use of "uint" which is undefined on QNX.
-