You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is also no support for TINYBLOB, so I will add that, too.
$ mysql_random_data_loader --user=root --password=msandbox --host=127.0.0.1 --port=16333 test table1 1000
INFO[2018-03-30T17:12:30-04:00] Starting
INFO[2018-03-30T17:12:30-04:00] cannot get field type: field1: tinyblob
INFO[2018-03-30T17:12:30-04:00] cannot get field type: field2: tinytext
0s [====================================================================] 100%
INFO[2018-03-30T17:12:30-04:00] 1000 rows inserted
mysql [localhost] {msandbox} (test) > select * from table1 order by id desc limit 1;
+------------+--------+--------+
| id | field1 | field2 |
+------------+--------+--------+
| 2147265929 | NULL | NULL |
+------------+--------+--------+
1 row in set (0.00 sec)
guriandoro
added a commit
to guriandoro/mysql_random_data_load
that referenced
this issue
Mar 30, 2018
Currently, there is no support for tinytext data type:
The text was updated successfully, but these errors were encountered: