partial implementation

This commit is contained in:
Markus Makela
2014-08-30 08:27:05 +03:00
parent 7ea53f0141
commit 7629c455a6
4 changed files with 292 additions and 24 deletions

View File

@ -145,7 +145,7 @@ struct rses_property_st {
union rses_prop_data {
mysql_sescmd_t sescmd;
HASHTABLE tmp_table_hash;
void* placeholder; /*< to be removed due new type */
HASHTABLE* temp_tables;
} rses_prop_data;
rses_property_t* rses_prop_next; /*< next property of same type */
#if defined(SS_DEBUG)