mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Fix Sun Studio compiler warnings due to extra ',' introduced in
rev_id: inaam.rana@oracle.com-20120326134501-23554a8vhjg0wqbm
This commit is contained in:
parent
d1573ac1e0
commit
96e9dd03ea
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ enum buf_io_fix {
|
|||
enum buf_remove_t {
|
||||
BUF_REMOVE_ALL_NO_WRITE, /*!< Remove all pages from the buffer
|
||||
pool, don't write or sync to disk */
|
||||
BUF_REMOVE_FLUSH_NO_WRITE, /*!< Remove only, from the flush list,
|
||||
BUF_REMOVE_FLUSH_NO_WRITE /*!< Remove only, from the flush list,
|
||||
don't write or sync to disk */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue