3131 Bjorn Munch 2010-11-19
avoid compilation warning about incomplete switch
modified:
client/mysqltest.cc
3130 Bjorn Munch 2010-11-19 [merge]
null upmerge
=== modified file 'client/mysqltest.cc'
--- a/client/mysqltest.cc 2010-11-19 10:28:17 +0000
+++ b/client/mysqltest.cc 2010-11-19 11:35:53 +0000
@@ -5721,6 +5721,8 @@ void do_block(enum block_cmd cmd, struct
case GE_OP:
v.int_val= (v.int_val >= v2.int_val);
break;
+ case ILLEG_OP:
+ die("Impossible operator, this cannot happen");
}
v.is_int= TRUE;
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.5-bugteam branch (bjorn.munch:3130 to 3131) | Bjorn Munch | 19 Nov |