From 3001b6c9927754e6558259a0d78206154c95fb44 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Oct 2019 08:35:11 +0200 Subject: - update to 8.0.18 - drop patches merged upstream --- REFLECTION | 486 ++----------------------------------------------------------- 1 file changed, 10 insertions(+), 476 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index cc10e0b..e996921 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #123 mysql_xdevapi version 8.0.17 ] { +Extension [ extension #123 mysql_xdevapi version 8.0.18 ] { - Dependencies { Dependency [ standard (Required) ] @@ -29,8 +29,8 @@ Extension [ extension #123 mysql_xdevapi version 8.0.17 ] { } - Constants [40] { - Constant [ string MYSQLX_VERSION ] { 8.0.17 } - Constant [ integer MYSQLX_VERSION_ID ] { 80017 } + Constant [ string MYSQLX_VERSION ] { 8.0.18 } + Constant [ integer MYSQLX_VERSION_ID ] { 80018 } Constant [ integer MYSQLX_CLIENT_SSL ] { 2048 } Constant [ integer MYSQLX_TYPE_DECIMAL ] { 0 } Constant [ integer MYSQLX_TYPE_TINY ] { 1 } @@ -93,7 +93,7 @@ Extension [ extension #123 mysql_xdevapi version 8.0.17 ] { } } - - Classes [49] { + - Classes [32] { Interface [ interface mysql_xdevapi\DatabaseObject ] { - Constants [0] { @@ -283,7 +283,7 @@ Extension [ extension #123 mysql_xdevapi version 8.0.17 ] { Method [ abstract public method sort ] { - Parameters [1] { - Parameter #0 [ $sort_expr ] + Parameter #0 [ $sort_expressions ] } } } @@ -419,26 +419,6 @@ Extension [ extension #123 mysql_xdevapi version 8.0.17 ] { } } - Class [ class mysql_xdevapi\XSession ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ private method __construct ] { - } - } - } - Class [ class mysql_xdevapi\Session ] { - Constants [0] { @@ -866,14 +846,14 @@ Extension [ extension #123 mysql_xdevapi version 8.0.17 ] { Method [ public method groupBy ] { - Parameters [1] { - Parameter #0 [ $sort_expr ] + Parameter #0 [ $sort_expressions ] } } Method [ public method having ] { - Parameters [1] { - Parameter #0 [ $sort_expr ] + Parameter #0 [ $search_condition ] } } @@ -887,7 +867,7 @@ Extension [ extension #123 mysql_xdevapi version 8.0.17 ] { Method [ public method sort ] { - Parameters [1] { - Parameter #0 [ $sort_expr ] + Parameter #0 [ $sort_expressions ] } } @@ -956,7 +936,7 @@ Extension [ extension #123 mysql_xdevapi version 8.0.17 ] { Method [ public method sort ] { - Parameters [1] { - Parameter #0 [ $sort_expr ] + Parameter #0 [ $sort_expressions ] } } @@ -1056,7 +1036,7 @@ Extension [ extension #123 mysql_xdevapi version 8.0.17 ] { Method [ public method sort ] { - Parameters [1] { - Parameter #0 [ $sort_expr ] + Parameter #0 [ $sort_expressions ] } } @@ -1859,452 +1839,6 @@ Extension [ extension #123 mysql_xdevapi version 8.0.17 ] { } } } - - Class [ class mysql_xdevapi\NativeConnection ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [3] { - Method [ public method connect ] { - - - Parameters [3] { - Parameter #0 [ string $hostname ] - Parameter #1 [ integer $port ] - Parameter #2 [ integer $connection_timeout ] - } - } - - Method [ public method send ] { - - - Parameters [1] { - Parameter #0 [ string $payload ] - } - } - - Method [ public method receive ] { - - - Parameters [1] { - Parameter #0 [ integer $how_many ] - } - } - } - } - - Class [ class mysql_xdevapi\ProtocolFrameCodec ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [2] { - Method [ public method send ] { - - - Parameters [3] { - Parameter #0 [ object or NULL $connection ] - Parameter #1 [ integer $message_type ] - Parameter #2 [ string $message ] - } - } - - Method [ public method receive ] { - - - Parameters [1] { - Parameter #0 [ object or NULL $connection ] - } - } - } - } - - Class [ class mysqlx_message__ok ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ public method get_message ] { - - - Parameters [2] { - Parameter #0 [ object $pfc ] - Parameter #1 [ object $connection ] - } - } - } - } - - Class [ class mysqlx_message__error ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [3] { - Property [ public $message ] - Property [ public $sql_state ] - Property [ public $code ] - } - - - Methods [1] { - Method [ private method __construct ] { - } - } - } - - Class [ class mysqlx_message__capability ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [2] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $value ] - } - } - - Method [ public method echo ] { - } - } - } - - Class [ class mysqlx_message__capabilities ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ public method add ] { - - - Parameters [1] { - Parameter #0 [ object $capability ] - } - } - } - } - - Class [ class mysqlx_message__capabilities_get ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [2] { - Method [ public method send ] { - - - Parameters [2] { - Parameter #0 [ object $pfc ] - Parameter #1 [ object $connection ] - } - } - - Method [ public method read_response ] { - - - Parameters [2] { - Parameter #0 [ object $pfc ] - Parameter #1 [ object $connection ] - } - } - } - } - - Class [ class mysqlx_message__capabilities_set ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [2] { - Method [ public method send ] { - - - Parameters [3] { - Parameter #0 [ object $capabilities ] - Parameter #1 [ object $pfc ] - Parameter #2 [ object $connection ] - } - } - - Method [ public method read_response ] { - - - Parameters [2] { - Parameter #0 [ object $pfc ] - Parameter #1 [ object $connection ] - } - } - } - } - - Class [ class mysqlx_message__auth_start ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [2] { - Method [ public method send ] { - - - Parameters [4] { - Parameter #0 [ string $auth_mechanism ] - Parameter #1 [ string $auth_data ] - Parameter #2 [ object $pfc ] - Parameter #3 [ object $connection ] - } - } - - Method [ public method read_response ] { - - - Parameters [2] { - Parameter #0 [ object $pfc ] - Parameter #1 [ object $connection ] - } - } - } - } - - Class [ class mysqlx_message__auth_ok ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ public method response ] { - - - Parameters [0] { - } - } - } - } - - Class [ class mysqlx_message__stmt_execute ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [2] { - Method [ public method send ] { - } - - Method [ public method read_response ] { - - - Parameters [2] { - Parameter #0 [ object $pfc ] - Parameter #1 [ object $connection ] - } - } - } - } - - Class [ class mysqlx_message__stmt_execute_ok ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [0] { - } - } - - Class [ class mysqlx_column_metadata ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [13] { - Property [ public $type ] - Property [ public $type_name ] - Property [ public $name ] - Property [ public $original_name ] - Property [ public $table ] - Property [ public $original_table ] - Property [ public $schema ] - Property [ public $catalog ] - Property [ public $collation ] - Property [ public $fractional_digits ] - Property [ public $length ] - Property [ public $flags ] - Property [ public $content_type ] - } - - - Methods [1] { - Method [ private method __construct ] { - } - } - } - - Class [ class mysqlx_resultset_metadata ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ public method add ] { - - - Parameters [1] { - Parameter #0 [ object $capability ] - } - } - } - } - - Class [ class mysqlx_data_row ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [2] { - Method [ private method __construct ] { - } - - Method [ public method decode ] { - - - Parameters [1] { - Parameter #0 [ object $metadata ] - } - } - } - } - - Class [ class mysqlx_message__data_fetch_done ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [0] { - } - } } } -- cgit