[Maria-developers] Dynamic Columns Test Error

2013-07-01 Thread River wubx
MariaDB [test]> show create table assets ;
++-+
| Table  | Create Table

   |
++-+
| assets | CREATE TABLE `assets` (
  `item_name` varchar(32) NOT NULL,
  `dynamic_cols` blob,
  PRIMARY KEY (`item_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 PAGE_CHECKSUM=1 |
++-+
1 row in set (0.00 sec)

MariaDB [test]> insert into assets values ('MariaDB T-shirt',
COLUMN_CREATE('color', 'blue', 'size', 'XL'));
ERROR 1921 (22007): Illegal value used as argument of dynamic column
function
MariaDB [test]> select version();
++
| version()  |
++
| 5.5.31-MariaDB-log |
++
1 row in set (0.00 sec)


Why?


-- 
姓名: river/吴炳锡手机:13501245755
http://www.mysqlsupport.cn
创业公司MySQL 支持,优化,架构设计
___
Mailing list: https://launchpad.net/~maria-developers
Post to : maria-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Maria-developers] MDEV-4472 (audit plugin)

2013-07-01 Thread Alexey Botchkov

Hi, Serg.

Here is the last version of the plugin for your review:
http://myoffice.izhnet.ru/~alex/server_audit/server_audit.c 



I think I addressed there everything we discussed.

Best regards.
HF

25.06.2013 15:15, Sergei Golubchik wrote:

Hi, Alexey!

On Jun 25, Alexey Botchkov wrote:

Modified version of the file is in the same place:

Ok




___
Mailing list: https://launchpad.net/~maria-developers
Post to : maria-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-developers
More help   : https://help.launchpad.net/ListHelp