From fb5336213da42d42de7280f0eadbcdaf5db6c845 Mon Sep 17 00:00:00 2001 From: Cosmin Apreutesei Date: Sun, 5 Dec 2021 15:21:14 +0200 Subject: [PATCH] unimportant --- mysql_client.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql_client.lua b/mysql_client.lua index d1df19b..6cb738a 100644 --- a/mysql_client.lua +++ b/mysql_client.lua @@ -879,8 +879,8 @@ function mysql.dec_range(digits, decimals, unsigned) --min, max, digits return min, max, digits end ---This is dumb: there's no such thing as "char length" with a MBCS but ---that's how you have to declare a varchar these days. +--This is dumb: there's no such thing as "char length" on a variable-width +--MBCS but that's how you have to declare a varchar these days. function mysql.char_size(byte_size, collation) charset = collation:match'^[^_]+' local mcw = max_char_widths[charset]