From 15b10f03a606c8c9f20d767094dd0a4b2f57c809 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Jul 2020 15:30:13 +0200 Subject: update to 8.0.21 raise dependency on protobuf 3 (drop EL-7 compatibility) --- REFLECTION | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 83848ee..917868c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #87 mysql_xdevapi version 8.0.20 ] { +Extension [ extension #87 mysql_xdevapi version 8.0.21 ] { - Dependencies { Dependency [ standard (Required) ] @@ -29,8 +29,8 @@ Extension [ extension #87 mysql_xdevapi version 8.0.20 ] { } - Constants [40] { - Constant [ string MYSQLX_VERSION ] { 8.0.20 } - Constant [ int MYSQLX_VERSION_ID ] { 80020 } + Constant [ string MYSQLX_VERSION ] { 8.0.21 } + Constant [ int MYSQLX_VERSION_ID ] { 80021 } Constant [ int MYSQLX_CLIENT_SSL ] { 2048 } Constant [ int MYSQLX_TYPE_DECIMAL ] { 0 } Constant [ int MYSQLX_TYPE_TINY ] { 1 } @@ -590,7 +590,7 @@ Extension [ extension #87 mysql_xdevapi version 8.0.20 ] { Property [ public $name ] } - - Methods [11] { + - Methods [12] { Method [ private method __construct ] { } @@ -614,8 +614,17 @@ Extension [ extension #87 mysql_xdevapi version 8.0.20 ] { Method [ public method createCollection ] { - - Parameters [1] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ string $options ] + } + } + + Method [ public method modifyCollection ] { + + - Parameters [2] { Parameter #0 [ string $name ] + Parameter #1 [ string $options ] } } -- cgit