1
0
mirror of https://github.com/luapower/mysql.git synced 2025-01-04 07:10:25 +01:00

unimportant

This commit is contained in:
Cosmin Apreutesei 2021-04-29 22:51:58 +03:00
parent f30bb680c7
commit 5612b97801

View File

@ -1,6 +1,6 @@
-- MySQL client protocol in Lua.
-- Copyright (C) Yichun Zhang (agentzh). BSD license.
-- Written by Yichun Zhang (agentzh). BSD license.
local tcp = require'sock'.tcp
local sha1 = require'sha1'