3897 Sergey Vojtovich 2012-06-23
WL6336
Fixed field_long-t.
modified:
unittest/gunit/field_long-t.cc
3896 Sergey Vojtovich 2012-06-23
WL#6216 - Changes to Server defaults in 5.6
Fixed parts.partition-dml-1-11-innodb.
modified:
mysql-test/suite/parts/inc/partition-dml-1-11.inc
=== modified file 'unittest/gunit/field_long-t.cc'
--- a/unittest/gunit/field_long-t.cc 2012-05-07 12:05:48 +0000
+++ b/unittest/gunit/field_long-t.cc 2012-06-23 10:27:18 +0000
@@ -353,7 +353,7 @@ TEST_F(FieldLongTest, StoreNullValue)
}
// Save NULL value in a field that can NOT have NULL value
- field_long.null_ptr= NULL;
+ field_long.set_null_ptr(NULL, 0);
{
Mock_error_handler error_handler(thd(), WARN_DATA_TRUNCATED);
err= set_field_to_null(&field_long);
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-trunk branch (sergey.vojtovich:3896 to 3897) | Sergey Vojtovich | 25 Jun |