Thanks bert - there's a mention in one of the changelogs for pdns-backend-mysql 
rpms that this is supported 
(http://www.rpmfind.net/linux/RPM/opensuse/updates/11.0/x86_64/pdns-backend-mysql-2.9.21-143.5.x86_64.html
 and search for multi-part)

Looks like it may be a Suse specific thing, but in the meantime I'll just 
increase the size of the content field.

Cheers
Chris

-----Original Message-----
From: bert hubert [mailto:bert.hub...@netherlabs.nl] 
Sent: 01 March 2010 15:48
To: Chris Sarginson
Cc: Pdns-users@mailman.powerdns.com
Subject: Re: [Pdns-users] Multipart TXT records

On Mon, Mar 01, 2010 at 03:44:04PM +0000, Chris Sarginson wrote:
> Hi Bert
> 
> >Chris, try inserting the content in the database as one record, with content
> >between quotes.  I think it will split automatically.  If it does not, split
> >the data yourself.
> 
> The data is being split manually, as there is not sufficient space to
> store as I've used the default db setup for MySQL, so the content field is
> 255 character varchar - hence the 2 separate MySQL records in my original
> email.

Ok - there is no support to join multiple rows in the database into one. You
can however use alter table to stretch the content field.

PowerDNS supports that explicitly.

        Bert
_______________________________________________
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to