#At file:///Users/malff/BZR_TREE/mysql-trunk-cleanup/ based on revid:bjorn.munch@stripped
3550 Marc Alff 2011-01-25
Fixed compiler warnings
modified:
include/mysql/psi/psi.h
include/mysql/psi/psi_abi_v1.h.pp
include/mysql/psi/psi_abi_v2.h.pp
=== modified file 'include/mysql/psi/psi.h'
--- a/include/mysql/psi/psi.h 2010-12-09 16:17:13 +0000
+++ b/include/mysql/psi/psi.h 2011-01-25 15:35:07 +0000
@@ -256,7 +256,7 @@ enum PSI_table_lock_operation
/** Table lock, in the server layer. */
PSI_TABLE_LOCK= 0,
/** Table lock, in the storage engine layer. */
- PSI_TABLE_EXTERNAL_LOCK= 1,
+ PSI_TABLE_EXTERNAL_LOCK= 1
};
/**
=== modified file 'include/mysql/psi/psi_abi_v1.h.pp'
--- a/include/mysql/psi/psi_abi_v1.h.pp 2010-12-09 16:17:13 +0000
+++ b/include/mysql/psi/psi_abi_v1.h.pp 2011-01-25 15:35:07 +0000
@@ -64,7 +64,7 @@ enum PSI_table_io_operation
enum PSI_table_lock_operation
{
PSI_TABLE_LOCK= 0,
- PSI_TABLE_EXTERNAL_LOCK= 1,
+ PSI_TABLE_EXTERNAL_LOCK= 1
};
typedef unsigned int PSI_mutex_key;
typedef unsigned int PSI_rwlock_key;
=== modified file 'include/mysql/psi/psi_abi_v2.h.pp'
--- a/include/mysql/psi/psi_abi_v2.h.pp 2010-12-09 16:17:13 +0000
+++ b/include/mysql/psi/psi_abi_v2.h.pp 2011-01-25 15:35:07 +0000
@@ -64,7 +64,7 @@ enum PSI_table_io_operation
enum PSI_table_lock_operation
{
PSI_TABLE_LOCK= 0,
- PSI_TABLE_EXTERNAL_LOCK= 1,
+ PSI_TABLE_EXTERNAL_LOCK= 1
};
typedef unsigned int PSI_mutex_key;
typedef unsigned int PSI_rwlock_key;
Attachment: [text/bzr-bundle] bzr/marc.alff@oracle.com-20110125153507-0cwjfq4p3so6ze0m.bundle
| Thread |
|---|
| • bzr commit into mysql-trunk branch (marc.alff:3550) | Marc Alff | 25 Jan |