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

git_caches#command_output using 'blob' not 'longblob' (truncates git cache silently) #163

Open
ciaranj opened this issue Jul 3, 2012 · 0 comments

Comments

@ciaranj
Copy link

ciaranj commented Jul 3, 2012

Not actually sure how to fix this in a migration (seems to be an activerecord issue?) but I had to execute the SQL:

DELETE FROM git_caches;
ALTER TABLE git_caches CHANGE command_output command_output longblob;

in order to store (cache) git responses greater than 64K (irrespective of my mysql' max_allowed_packet size.

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