1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-17 12:02:09 +03:00
Files
mariadb/mysql-test/suite/funcs_1/r
Sergey Glukhov 53b3052352 Bug#39955 SELECT on INFORMATION_SCHEMA.GLOBAL_VARIABLES takes too long
VARIABLE_VALUE field is decreased to 1024 symbols.
(affected I_S tables: GLOBAL_VARIABLES, SESSION_VARIABLES,
 GLOBAL_STATUS, SESSION_STATUS).
The only variable which can be longer than 1024 is
init_connect. The variable will be truncated with warning.
Additional fix:
Added where condition filter which speed up queries which
have where condition with expressions which use VARIABLE_NAME
field.


mysql-test/r/information_schema.result:
  test result
mysql-test/r/show_check.result:
  result fix
mysql-test/suite/funcs_1/r/is_columns_is.result:
  result fix
mysql-test/t/information_schema.test:
  test case
sql/sql_show.cc:
  VARIABLE_VALUE field is decreased to 1024 symbols.
  (affected I_S tables: GLOBAL_VARIABLES, SESSION_VARIABLES,
   GLOBAL_STATUS, SESSION_STATUS).
  The only variable which can be longer than 1024 is
  init_connect. The variable will be truncated with warning.
  Additional fix:
  Added where condition filter which speed up queries which
  have where condition with expressions which use VARIABLE_NAME
  field.
2008-11-13 16:09:11 +04:00
..
2008-03-31 19:48:02 +02:00
2008-03-31 19:48:02 +02:00
2008-06-03 12:21:48 +02:00
2008-06-03 12:21:48 +02:00
2008-06-03 12:21:48 +02:00
2008-06-03 12:21:48 +02:00
2008-03-07 20:18:14 +01:00
2008-06-16 20:39:58 +02:00
2008-06-16 20:39:58 +02:00
2008-06-16 20:39:58 +02:00
2008-03-07 20:18:14 +01:00
2008-03-31 19:48:02 +02:00
2008-03-07 20:18:14 +01:00
2008-03-07 20:18:14 +01:00
2008-03-07 20:18:14 +01:00
2008-03-07 20:18:14 +01:00
2008-03-07 20:18:14 +01:00
2008-06-16 20:39:58 +02:00
2008-06-16 20:39:58 +02:00
2008-06-16 20:39:58 +02:00
2008-06-16 20:39:58 +02:00
2008-06-16 20:39:58 +02:00
2008-06-16 20:39:58 +02:00
2008-06-16 20:39:58 +02:00
2008-06-16 20:39:58 +02:00
2008-03-07 20:18:14 +01:00
2008-03-12 12:56:07 +01:00
2008-03-12 12:56:07 +01:00
2008-04-01 13:18:31 +02:00
2008-04-01 13:18:31 +02:00
2008-04-01 13:18:31 +02:00
2008-04-01 13:18:31 +02:00
2008-04-01 13:18:31 +02:00
2008-06-03 12:21:48 +02:00
2008-06-03 12:21:48 +02:00
2008-06-03 12:21:48 +02:00
2008-08-13 21:44:54 +02:00