Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No support for TINYTEXT. #15

Open
guriandoro opened this issue Mar 30, 2018 · 1 comment
Open

No support for TINYTEXT. #15

guriandoro opened this issue Mar 30, 2018 · 1 comment

Comments

@guriandoro
Copy link
Contributor

Currently, there is no support for tinytext data type:

$ ~/src/go/src/github.com/Percona-Lab/mysql_random_data_load/build/mysql_random_data_load --user=root --password=msandbox --host=127.0.0.1 --port=12999 test articles 1000
INFO[2018-03-30T16:12:33-04:00] Starting                                     
INFO[2018-03-30T16:12:33-04:00] cannot get field type: summary: tinytext
    
   0s [====================================================================] 100%
INFO[2018-03-30T16:12:38-04:00] 1000 rows inserted 
@guriandoro
Copy link
Contributor Author

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant