diff options
Diffstat (limited to 'meta/3rd/OpenResty/library/resty/mysql.lua')
m--------- | meta/3rd/OpenResty | 0 | ||||
-rw-r--r-- | meta/3rd/OpenResty/library/resty/mysql.lua | 15 |
2 files changed, 0 insertions, 15 deletions
diff --git a/meta/3rd/OpenResty b/meta/3rd/OpenResty new file mode 160000 +Subproject 3bec36f0f645bb38b3c8208990d5c36feb66ce3 diff --git a/meta/3rd/OpenResty/library/resty/mysql.lua b/meta/3rd/OpenResty/library/resty/mysql.lua deleted file mode 100644 index 540d5d00..00000000 --- a/meta/3rd/OpenResty/library/resty/mysql.lua +++ /dev/null @@ -1,15 +0,0 @@ ----@meta -resty_mysql={} -function resty_mysql.read_result() end -function resty_mysql.new(self) end -function resty_mysql.connect(self, opts) end -function resty_mysql.server_ver(self) end -function resty_mysql.send_query() end -function resty_mysql.set_keepalive(self, ...) end -function resty_mysql.set_compact_arrays(self, value) end -function resty_mysql.query(self, query, est_nrows) end -function resty_mysql.set_timeout(self, timeout) end -function resty_mysql.close(self) end -resty_mysql._VERSION="0.21" -function resty_mysql.get_reused_times(self) end -return resty_mysql
\ No newline at end of file |