go-mysql-server icon indicating copy to clipboard operation
go-mysql-server copied to clipboard

fix builds for platforms with 32-bit integer size

Open thunder-coding opened this issue 6 months ago • 2 comments

Fixes #2837

This patchset is based on https://github.com/termux/termux-packages/pull/24770

thunder-coding avatar May 21 '25 06:05 thunder-coding

Looks like this needs a little work, the type redefinitions are interfering with the definition for LONGTEXT

zachmu avatar May 28 '25 21:05 zachmu

Looks like this needs a little work, the type redefinitions are interfering with the definition for LONGTEXT

Thanks, I've fixed more tests. Waiting for CI to kick in. Also I've pointed something in my code review, please check it out in case it might break something which might not be desired

thunder-coding avatar Jun 04 '25 10:06 thunder-coding