Hello I wonder if anyone can help me out for this case
I'm trying to build an encryption plugin for mariaDB and I built this

https://gist.github.com/Mahmoudgalalz/ae1de7a57f8b9f37056efc2018575ce4

I managed to compile it, but I'm running into an issue when I'm trying to use 
encrypted option

MariaDB [test]> CREATE TABLE test_encrypted (id INT PRIMARY KEY, sensitive_data 
VARCHAR(255)) ENGINE=InnoDB ENCRYPTED=YES;
ERROR 2013 (HY000): Lost connection to server during query
MariaDB [test]> CREATE TABLE t1 (a VARCHAR(8)) ENGINE=InnoDB ENCRYPTED=YES 
ENCRYPTION_KEY_ID=1;
ERROR 2006 (HY000): Server has gone away
No connection. Trying to reconnect...
Connection id:    31
Current database: test

ERROR 2013 (HY000): Lost connection to server during query

so if anyone can help me out to figure out what is wrong and should I correct 
or consider would be very much appreciated.
_______________________________________________
developers mailing list -- developers@lists.mariadb.org
To unsubscribe send an email to developers-le...@lists.mariadb.org

Reply via email to