Re: [Maria-developers] Please review MDEV-17832 Protocol: extensions for Pluggable types and JSON, GEOMETRY

2020-02-26 Thread Georg Richter
> a. chunk type (1 byte) > b. chunk data length (1 byte) > c. chunk data (according to #b) > > For now, two chunk types are implemented: > - data type name (used for GEOMETRY sub-types, and for INET6) > - format name (for JSON) > > > Thanks! > -- Georg Richter, S

Re: [Maria-developers] CONC/C and CONC/ODBC API and ABI compatibility

2019-07-08 Thread Georg Richter
Hi Michal, about ABI breakage: Since MySQL 4.1 all public structures like MYSQL, MYSQL_FIELD have an opaque pointer called extension, where we add new members if necessary. It will be allocated and populated during runtime. It is considered to be opaque, values from an extension will be retrieved

Re: [Maria-developers] Some patches for the C client library

2014-11-28 Thread Georg Richter
Hi Daniel, I dd some changes in rev. 159 (Nov 4th) - can you please check if they will fit your requirements? Don't care about sqlite - we will remove it soon. /Georg On Sun, Nov 23, 2014 at 4:47 PM, Daniel Schepler wrote: > While I was creating Debian packages for the "MariaDB Client Library

Re: [Maria-developers] Java Connector coding till 6th July

2014-07-08 Thread Georg Richter
Hi, *c)*Also I will be modifying the execute method for Serverside prepared statements for sending the *new params bound flag* properly. > Currently it is always going as 0x01 but will modify it to send 0x00 if > same statement gets executed again > Sending 0 iIf the stmt gets executed again may

Re: [Maria-developers] Some clarifications requested for C client

2013-09-09 Thread Georg Richter
ction attribute support and character set conversion. /Georg On Sun, Aug 25, 2013 at 3:25 PM, Peter Laursen wrote: > This is probably for Georg Richter (and/or @Wlad). I have a few qeustion! > > > 1) > > https://bazaar.launchpad.net/~maria-captains/mariadb-native-client/trunk

Re: [Maria-developers] [Commits] Rev 3482: post review changes - interface (part 3)

2012-12-21 Thread Georg Richter
Hi, > "madyncol" looks silly :) > let's agree on one namespace prefix and use it everywhere. either it's > ma_ like in > > ma_open > ma_dyncol_create_many > ma_alloc > > or it's maria_ like in > > maria_open > maria_dyncol_create_many > maria_alloc I think we should use the vendor pre