Bug #78851 | longblob | ||
---|---|---|---|
Submitted: | 15 Oct 2015 22:19 | Modified: | 16 Oct 2015 12:31 |
Reporter: | charanjeet c | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.5 | OS: | CentOS |
Assigned to: | CPU Architecture: | Any | |
Tags: | longblob utf warning |
[15 Oct 2015 22:19]
charanjeet c
[16 Oct 2015 12:31]
MySQL Verification Team
We're sorry, but the bug system is not the appropriate forum for asking help on using MySQL products. Your problem is not the result of a bug. Support on using our products is available both free in our forums at http://forums.mysql.com/ and for a reasonable fee direct from our skilled support engineers at http://www.mysql.com/support/ Thank you for your interest in MySQL.
[2 Jun 2016 12:55]
Walter Doekes
A simpler test case: mysql> show create table pstore_nonce\G *************************** 1. row *************************** Table: pstore_nonce Create Table: CREATE TABLE `pstore_nonce` ( `id` int(11) NOT NULL AUTO_INCREMENT, `created` datetime NOT NULL, `user_id` int(11) NOT NULL, `value` longblob NOT NULL, `encrypted` longblob NOT NULL, PRIMARY KEY (`id`), KEY `pstore_nonce_fbfc09f1` (`user_id`), CONSTRAINT `user_id_refs_id_1dce6d95` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8 1 row in set (0.00 sec) ==== # printf "insert into pstore_nonce (created, user_id, value, encrypted) values (now(), 1, 'abc', '\xff'); show warnings;" | ./manage dbshell Level Code Message Warning 1300 Invalid utf8 character string: 'FF'