DNSSEC and DKIM.<span></span><br><br>On Thursday, February 19, 2015, Nick Williams <<a href="mailto:nicholas@nicholaswilliams.net">nicholas@nicholaswilliams.net</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm upgrading to authoritative 3.4 and noticed that the records.content column has been increased from 255 characters to 64000 characters. Because my table is UTF-8, I get the following error:<br>
<br>
mysql> ALTER TABLE records MODIFY content VARCHAR(64000);<br>
ERROR 1074 (42000): Column length too big for column 'content' (max = 21845); use BLOB or TEXT instead<br>
<br>
I know I can use latin1, but I tend to avoid any non-Unicode character sets completely, and would prefer to stick with UTF-8. Given that:<br>
<br>
- What changed that required the increase from 255 to 64,000 characters?<br>
- Is there any reason that I couldn't just use VARCHAR(21845)?<br>
- Are there any performance implications to using TEXT instead of VARCHAR(64000)?<br>
<br>
Thanks,<br>
<br>
Nick<br>
_______________________________________________<br>
Pdns-users mailing list<br>
<a href="javascript:;" onclick="_e(event, 'cvml', 'Pdns-users@mailman.powerdns.com')">Pdns-users@mailman.powerdns.com</a><br>
<a href="http://mailman.powerdns.com/mailman/listinfo/pdns-users" target="_blank">http://mailman.powerdns.com/mailman/listinfo/pdns-users</a><br>
</blockquote><br><br>-- <br><br>"Genius might be described as a supreme capacity for getting its possessors<br>into trouble of all kinds."<br>-- Samuel Butler<br><br>