#At file:///Users/malff/BZR_TREE/mysql-trunk-cleanup/ based on revid:marc.alff@stripped
3566 Marc Alff 2011-01-28
Fixed compiler warning
modified:
storage/perfschema/pfs_column_types.h
=== modified file 'storage/perfschema/pfs_column_types.h'
--- a/storage/perfschema/pfs_column_types.h 2010-12-09 16:17:13 +0000
+++ b/storage/perfschema/pfs_column_types.h 2011-01-28 12:49:11 +0000
@@ -135,7 +135,7 @@ enum enum_operation_type
OPERATION_TYPE_TL_WRITE_LOW_PRIORITY= 37,
OPERATION_TYPE_TL_WRITE_NORMAL= 38,
OPERATION_TYPE_TL_READ_EXTERNAL= 39,
- OPERATION_TYPE_TL_WRITE_EXTERNAL= 40,
+ OPERATION_TYPE_TL_WRITE_EXTERNAL= 40
};
#define FIRST_OPERATION_TYPE (static_cast<int> (OPERATION_TYPE_LOCK))
#define LAST_OPERATION_TYPE (static_cast<int> (OPERATION_TYPE_TL_WRITE_EXTERNAL))
Attachment: [text/bzr-bundle] bzr/marc.alff@oracle.com-20110128124911-1ddvdz4m8lotyzgw.bundle
| Thread |
|---|
| • bzr commit into mysql-trunk branch (marc.alff:3566) | Marc Alff | 28 Jan |