1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/include
unknown ddb9f8668f Bug#20393 User name truncation in mysql client
Bug#21432 Database/Table name limited to 64 bytes, not chars, problems with multi-byte


include/mysql_com.h:
  Bug#20393 User name truncation in mysql client
  Bug#21432 Database/Table name limited to 64 bytes, not chars, problems with multi-byte
  added new constants NAME_BYTE_LEN, USERNAME_BYTE_LENGTH, SYSTEM_CHARSET_MBMAXLEN
mysql-test/r/ctype_utf8.result:
  Bug#20393 User name truncation in mysql client
  Bug#21432 Database/Table name limited to 64 bytes, not chars, problems with multi-byte
  test case
mysql-test/t/ctype_utf8.test:
  Bug#20393 User name truncation in mysql client
  Bug#21432 Database/Table name limited to 64 bytes, not chars, problems with multi-byte
  test case
sql-common/client.c:
  Bug#20393 User name truncation in mysql client
  Bug#21432 Database/Table name limited to 64 bytes, not chars, problems with multi-byte
  increased buffers for user name & db
sql/sql_acl.cc:
  Bug#20393 User name truncation in mysql client
  Bug#21432 Database/Table name limited to 64 bytes, not chars, problems with multi-byte
  check that user name is not longer than USERNAME_LENGTH symbols
sql/sql_parse.cc:
  Bug#20393 User name truncation in mysql client
  Bug#21432 Database/Table name limited to 64 bytes, not chars, problems with multi-byte
  increased buffers for user name & db
sql/table.cc:
  Bug#20393 User name truncation in mysql client
  Bug#21432 Database/Table name limited to 64 bytes, not chars, problems with multi-byte
  check that db name is not longer than NAME_LEN symbols
2006-08-30 15:56:17 +05:00
..
2006-04-29 15:58:02 +02:00
2005-11-08 00:26:37 -05:00
2005-08-24 22:03:34 +03:00
2005-08-24 22:03:34 +03:00
2005-09-24 15:51:45 +02:00
2004-05-16 14:48:32 +03:00
2004-11-10 18:07:39 +02:00
2003-12-12 03:39:29 +03:00
2004-09-01 04:12:09 +03:00
2006-06-30 02:25:35 +03:00
2003-10-31 23:20:23 +01:00
2003-04-30 12:32:43 +02:00
2004-03-18 00:09:13 +02:00
2003-02-28 14:32:40 +02:00
2004-05-16 14:48:32 +03:00
2004-07-28 21:46:22 +02:00
2006-07-13 22:32:18 +05:00
2004-05-25 22:00:14 +03:00
2005-07-27 13:24:59 +03:00