- 16 Feb, 2006 1 commit
-
-
ingo@mysql.com authored
A wrong cast led to numeric overflow for data files greater than 4GB. The parallel repair assumed end of file after reading the amount of data that the file was bigger than 4GB. It truncated the data file and noted the number of records it found so far in the index file header as the number of rows in the table. Removing the cast fixed the problem. I added some cosmetic changes too. The normal repair worked because it uses a different function to read from the data file.
-
- 27 Jan, 2006 1 commit
-
-
kent@mysql.com authored
Generated "libmysql.ver" will be in \$(top_builddir)
-
- 26 Jan, 2006 6 commits
-
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-bug8-4.1
-
aelkin@mysql.com authored
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/BARE/mysql-4.1
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-bug8-4.1
-
aelkin@mysql.com authored
-
aelkin@mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
-
- 25 Jan, 2006 4 commits
-
-
sergefp@mysql.com authored
-
sergefp@mysql.com authored
-
evgen@moonbone.local authored
Small fix after merge of fix for bug#16510
-
sergefp@mysql.com authored
-
- 24 Jan, 2006 3 commits
-
-
evgen@moonbone.local authored
-
joerg@mysql.com authored
-
joerg@mysql.com authored
-
- 23 Jan, 2006 6 commits
-
-
evgen@moonbone.local authored
When setup_fields() function finds field named '*' it expands it to the list of all table fields. It does so by checking that the first char of field_name is '*', but it doesn't checks that the '* is the only char. Due to this, when updating table with a field named like '*name', such field is wrongly treated as '*' and expanded. This leads to making list of fields to update being longer than list of the new values. Later, the fill_record() function crashes by dereferencing null when there is left fields to update, but no more values. Added check in the setup_fields() function which ensures that the field expanding will be done only when '*' is the only char in the field name.
-
gvb@phoenix.(none) authored
into phoenix.(none):/data/mysql-4.1-BK
-
svoj@april.(none) authored
into april.(none):/home/svoj/devel/mysql/BUG16489/mysql-4.1
-
svoj@april.(none) authored
Fixed that UPDATE statement crashes multi-byte charset fulltext index.
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/bug14634/my41-bug14634
-
gvb@phoenix.(none) authored
into phoenix.(none):/data/mysql-4.1-BK
-
- 21 Jan, 2006 3 commits
-
-
hf@eagle.intranet.mysql.r18.ru authored
into eagle.intranet.mysql.r18.ru:/home/hf/work/mysql-4.1.mrg
-
hf@eagle.intranet.mysql.r18.ru authored
into eagle.intranet.mysql.r18.ru:/home/hf/work/mysql-4.1.mrg
-
hf@eagle.intranet.mysql.r18.ru authored
into eagle.intranet.mysql.r18.ru:/home/hf/work/mysql-4.1.mrg
-
- 19 Jan, 2006 3 commits
-
-
stewart@mysql.com authored
-
stewart@mysql.com authored
into mysql.com:/home/stewart/Documents/MySQL/4.1/main
-
stewart@mysql.com authored
-
- 18 Jan, 2006 6 commits
-
-
konstantin@mysql.com authored
mysql_stmt_prepare returns wrong field length"
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/bug14634/my41-bug14634
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-bug8-4.1
-
bell@sanja.is.com.ua authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/bug14634/my41-bug14634
-
stewart@mysql.com authored
into mysql.com:/home/stewart/Documents/MySQL/4.1/bug11331
-
- 17 Jan, 2006 7 commits
-
-
msvensson@devsrv-b.mysql.com authored
into devsrv-b.mysql.com:/space/magnus/my41-bug14634
-
konstantin@mysql.com authored
use the right type in mysql_stmt_attr_get
-
svoj@april.(none) authored
into april.(none):/home/svoj/devel/mysql/BUG3074/mysql-4.1
-
msvensson@devsrv-b.mysql.com authored
into devsrv-b.mysql.com:/space/magnus/my41-bug14634
-
joerg@mysql.com authored
into mysql.com:/M40/mysql-4.0
-
msvensson@neptunus.(none) authored
-
svoj@april.(none) authored
libmysqlclient versioning when linked with GNU ld.
-