- 19 Sep, 2005 8 commits
-
-
tulin@dl145b.mysql.com authored
Bug #13152 bit fields and fields that follow become corrupted when dumped from NDB tables
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.0
-
kent@mysql.com authored
Added flag --valgrind-mysqltest
-
jonas@perch.ndb.mysql.com authored
big delete from causing NdbObjectIdMap::expand at same time as receiver thread perform getObjectId
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.0
-
bar@mysql.com authored
Bug#10504: additional test
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-5.0.b10504
-
georg@lmy002.wdf.sap.corp authored
into lmy002.wdf.sap.corp:/home/georg/work/mysql/bugs/mysql-5.0-master
-
- 18 Sep, 2005 5 commits
-
-
georg@lmy002.wdf.sap.corp authored
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/merge-4.1
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/merge-4.1
-
paul@snake-hub.snake.net authored
Delete: man/which.2
-
- 17 Sep, 2005 1 commit
-
-
eric@mysql.com authored
Brian's "he is too lazy to commit this so Eric is going to have to do it" environmental variable hack for prefix. This allows you to just set a prefix in your profile which will be used in all of your builds. AKA you can be even lazier(!) about calling BUILD scripts. Don't blame Eric, Brian borrowed his keyboard.
-
- 16 Sep, 2005 10 commits
-
-
eric@mysql.com authored
-
kent@mysql.com authored
Enabled --valgrind to work (bug#13280)
-
osku@127.(none) authored
into 127.(none):/home/osku/mysql/5.0/clean
-
georg@lmy002.wdf.sap.corp authored
-
osku@127.(none) authored
-
evgen@moonbone.local authored
into moonbone.local:/work/12291-bug-5.0-mysql
-
joerg@mysql.com authored
into mysql.com:/M50/mysql-5.0
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-owner2-5.0
-
bell@sanja.is.com.ua authored
-
bar@mysql.com authored
Character set does not support traditional mode ctype_utf8.result, ctype_utf8.test: adding test case. password.c, mysql_com.h Changeing octet2hex availability from static to public. item_strfunc.cc: Result string is now checked to be well-formed. Warning/error is generated, depending on sql_mode.
-
- 15 Sep, 2005 16 commits
-
-
evgen@moonbone.local authored
Optimizer did choose "Range checked for each record" for one of the tables. For first few loops over that table it choose sequential access, on later stage it choose to use index. Because table was previously initialized for sequential access, it skips intitialization for index access, and when server tries to retrieve data error occurs. QUICK_RANGE_SELECT::init() changes so if file already initialized for sequential access, it calls ha_rnd_end() and initializes file for index access.
-
evgen@moonbone.local authored
into moonbone.local:/work/12887-bug-5.0-mysql
-
evgen@moonbone.local authored
into moonbone.local:/work/12887-bug-5.0-mysql
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
-
serg@serg.mylan authored
-
evgen@moonbone.local authored
into moonbone.local:/work/12887-bug-5.0-mysql
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
joerg@mysql.com authored
-
evgen@moonbone.local authored
-
SergeyV@selena. authored
into selena.:H:/MYSQL/src/fin-mysql-5.0
-
evgen@moonbone.local authored
into moonbone.local:/work/12887-bug-4.1-mysql
-
evgen@moonbone.local authored
For queries with GROUP BY and without hidden GROUP BY fields DISTINCT is optimized away becuase such queries produce result set without duplicates. But ROLLUP can add rows which may be same to some rows and this fact was ignored. Added check so if ROLLUP is present DISTINCT can't be optimized away.
-
evgen@moonbone.local authored
into moonbone.local:/work/11416-bug-5.0-mysql
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
joerg@mysql.com authored
-
evgen@moonbone.local authored
-