added a fix to find the first message of a thread

This commit is contained in:
SJ
2013-03-18 10:13:26 +01:00
parent 266003afb6
commit 15f18eb939
4 changed files with 43 additions and 3 deletions

View File

@@ -256,7 +256,8 @@ struct __data {
MYSQL_STMT *stmt_get_attachment_pointer;
MYSQL_STMT *stmt_query_attachment;
MYSQL_STMT *stmt_get_folder_id;
MYSQL_STMT *stmt_insert_into_folder_table;
MYSQL_STMT *stmt_insert_into_folder_table;
MYSQL_STMT *stmt_update_metadata_reference;
#endif
#ifdef HAVE_TRE