4071 Sujatha Sivakumar 2012-07-25 [merge]
merge from 5.5 to 5.6
modified:
mysys/mf_iocache.c
4070 Annamalai Gurusami 2012-07-25 [merge]
Null merge from mysql-5.5 to mysql-5.6
=== modified file 'mysys/mf_iocache.c'
--- a/mysys/mf_iocache.c 2012-07-24 11:09:26 +0000
+++ b/mysys/mf_iocache.c 2012-07-25 09:33:25 +0000
@@ -1539,7 +1539,7 @@ int _my_b_write(register IO_CACHE *info,
DBUG_EXECUTE_IF("simulate_huge_load_data_file",
{
- pos_in_file=5000000000;
+ pos_in_file=(my_off_t)(5000000000ULL);
});
if (pos_in_file+info->buffer_length > info->end_of_file)
{
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.6 branch (sujatha.sivakumar:4070 to 4071) | Sujatha Sivakumar | 25 Jul |