94
94
case INTERNAL_TMP_TABLE:
95
95
type_str= "internal";
97
case NON_TRANSACTIONAL_TMP_TABLE:
98
type_str= "non-transactional temp";
100
case TRANSACTIONAL_TMP_TABLE:
101
type_str= "transactional temp";
98
type_str= "temporary";
103
100
case SYSTEM_TMP_TABLE:
104
101
type_str= "system";