← Back to team overview

enterprise-support team mailing list archive

[Bug 1338217] [NEW] Connect storage engine

 

Public bug reported:

Hi,

I'm using MariaDB 10.0.12 and when I first added a table using connect
storage engine, mydumper started printing errors:

(mydumper:9071): GLib-CRITICAL **: g_ascii_strcasecmp: assertion `s2 !=
NULL' failed

The table is quite simple:
CREATE TABLE `test` (
  `Marca` varchar(3) AS (LEFT(TRIM(Referencia),LOCATE('/',TRIM(Referencia))-1)) VIRTUAL,
  `Referencia` varchar(25) NOT NULL DEFAULT '',
  `Designacao` varchar(80) NOT NULL DEFAULT '',
  `FamiliaContabilistica` varchar(5) NOT NULL DEFAULT '',
  `CodDesconto` varchar(5) NOT NULL DEFAULT '',
  `PVP` decimal(10,2) NOT NULL DEFAULT '0.00' `FIELD_FORMAT`='D,',
  `Sobretaxa` varchar(10) NOT NULL DEFAULT '',
  `Reciclavel` varchar(10) NOT NULL DEFAULT '',
  `FamAprovisionamento` varchar(10) NOT NULL DEFAULT '',
  `Field1` varchar(10) NOT NULL DEFAULT ''
) ENGINE=CONNECT DEFAULT CHARSET=latin1 `table_type`=CSV `file_name`='/tmp/PREC_*.txt' `multiple`=1 `sep_char`='|' `option_list`='encoding=ISO-8859-1,accept=1'


Can you please point me where i can solve this error?

Thank you,
Antonio Fernandes

** Affects: mydumper
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server/Client Support Team, which is subscribed to MySQL.
Matching subscriptions: Ubuntu Server/Client Support Team
https://bugs.launchpad.net/bugs/1338217

Title:
  Connect storage engine

To manage notifications about this bug go to:
https://bugs.launchpad.net/mydumper/+bug/1338217/+subscriptions


Follow ups

References