We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前如果一个连接,两个stmt语句的话,输出是有错的,因为stmt_id 仅留了一个字段。 这个需要一个链表来保存stmt和sql还有param
The text was updated successfully, but these errors were encountered:
目前这里有很大的缺陷,在下个版本里修改.
COM_STMT_PREPARE AfterPreparePacket ok save stmt_id , param_count
COM_STMT_PREPARE AfterPreparePacket ok save new_stmt_id , new_param_count
如果第一个 stmt 执行语句则报错, hash_get_param_count 拿不到记录 第二个可以.
stmt normal sql 会把上面的 stmt 的 数据给清理 再次执行 normal sql 是可以. 再次执行 stmt, 显示的是 normal sql 和结果集.
Sorry, something went wrong.
hoterran
No branches or pull requests
目前如果一个连接,两个stmt语句的话,输出是有错的,因为stmt_id 仅留了一个字段。
这个需要一个链表来保存stmt和sql还有param
The text was updated successfully, but these errors were encountered: