Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Do
-
None
-
None
Description
Permit faster connection with bundle commands in Client handshake response.
Driver execute different command on connection :
- set session info : SET autocommit=%option_autocommit%, sql_mode = concat(@@sql_mode,',STRICT_TRANS_TABLES')
- get session infos : SELECT @@max_allowed_packet , @@system_time_zone, @@time_zone, @@auto_increment_increment
- in case of aurora : show global variables like 'innodb_read_only'
- if createDatabaseIfNotExist option : CREATE DATABASE IF NOT EXISTS <db> and USE <db>
those queries will be send directly with Client handshake response, avoiding exchanges.
Attachments
Issue Links
- is blocked by
-
MDEV-9059 protocol: bundle first command with the authentication packet
-
- Stalled
-
Activity
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Description |
Permit faster connection with bundle commands in Client handshake response.
Driver execute different command on connection : * set session info : SET autocommit=1, sql_mode = concat(@@sql_mode,',STRICT_TRANS_TABLES') * get session infos : SELECT @@max_allowed_packet , @@system_time_zone, @@time_zone, @@sql_mode * in case of aurora : show global variables like 'innodb_read_only' * if createDatabaseIfNotExist option : CREATE DATABASE IF NOT EXISTS <db> and USE <db> those queries will be send directly with Client handshake response, avoiding exchanges. |
Permit faster connection with bundle commands in Client handshake response.
Driver execute different command on connection : * set session info : SET autocommit=1, sql_mode = concat(@@sql_mode,',STRICT_TRANS_TABLES') * get session infos : SELECT @@max_allowed_packet , @@system_time_zone, @@time_zone, @@auto_increment_increment * in case of aurora : show global variables like 'innodb_read_only' * if createDatabaseIfNotExist option : CREATE DATABASE IF NOT EXISTS <db> and USE <db> those queries will be send directly with Client handshake response, avoiding exchanges. |
Description |
Permit faster connection with bundle commands in Client handshake response.
Driver execute different command on connection : * set session info : SET autocommit=1, sql_mode = concat(@@sql_mode,',STRICT_TRANS_TABLES') * get session infos : SELECT @@max_allowed_packet , @@system_time_zone, @@time_zone, @@auto_increment_increment * in case of aurora : show global variables like 'innodb_read_only' * if createDatabaseIfNotExist option : CREATE DATABASE IF NOT EXISTS <db> and USE <db> those queries will be send directly with Client handshake response, avoiding exchanges. |
Permit faster connection with bundle commands in Client handshake response.
Driver execute different command on connection : * set session info : SET autocommit=%option_autocommit%, sql_mode = concat(@@sql_mode,',STRICT_TRANS_TABLES') * get session infos : SELECT @@max_allowed_packet , @@system_time_zone, @@time_zone, @@auto_increment_increment * in case of aurora : show global variables like 'innodb_read_only' * if createDatabaseIfNotExist option : CREATE DATABASE IF NOT EXISTS <db> and USE <db> those queries will be send directly with Client handshake response, avoiding exchanges. |
Workflow | MariaDB v3 [ 80465 ] | MariaDB v4 [ 128228 ] |
Component/s | performance [ 14519 ] | |
Fix Version/s | N/A [ 22125 ] | |
Resolution | Won't Do [ 10201 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |