mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Add support for "auth switch" and "query attrs"
Also fix the issue where Resultset could not correctly distinguish between EOF_Packet and OK_Packet.
This commit is contained in:
parent
9cb618c718
commit
e8bdf149f2
12 changed files with 272 additions and 46 deletions
|
@ -0,0 +1,14 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
mysql handshake, root
|
||||
mysql ok, 0
|
||||
mysql request, 3, select @@version_comment limit 1
|
||||
mysql result row, [MySQL Community Server - GPL]
|
||||
mysql ok, 0
|
||||
mysql request, 3, select DATABASE(), USER() limit 1
|
||||
mysql result row, [, root@localhost]
|
||||
mysql ok, 0
|
||||
mysql request, 3, select @@character_set_client, @@character_set_connection, @@character_set_server, @@character_set_database limit 1
|
||||
mysql result row, [utf8mb4, utf8mb4, utf8mb4, utf8mb4]
|
||||
mysql ok, 0
|
||||
mysql request, 9,
|
||||
mysql request, 1,
|
Loading…
Add table
Add a link
Reference in a new issue