----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/73564/ -----------------------------------------------------------
Review request for ranger. Repository: ranger Description ------- The patch is just substituting all occurrences of `varchar(4000)` with `TEXT`. Probably not the best way to do this but it works for me. Diffs ----- security-admin/db/mysql/optimized/current/ranger_core_db_mysql.sql 8e925e5d7 security-admin/src/main/resources/log4jdbc.properties 30cda789f Diff: https://reviews.apache.org/r/73564/diff/1/ Testing ------- After I applied this patch I was able to deploy using MySQL. Without it the deploy would fail. Thanks, Tsung-Ju Lii