stonedb icon indicating copy to clipboard operation
stonedb copied to clipboard

feature: temporary table need to support

Open DandreChen opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

need to support temporary table Describe alternatives you've considered

Additional context

now,can create temporary table ,but can not select temporary table; for example: mysql> create temporary table ttt(id int) engine=tianmu; Query OK, 0 rows affected (0.26 sec)

mysql> select count(*) from ttt; ERROR 6 (HY000): Tianmuinternal error

DandreChen avatar Aug 04 '22 13:08 DandreChen