Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

processId can be larger than SMALLINT(5) #36

Open
intagaming opened this issue Nov 14, 2017 · 1 comment
Open

processId can be larger than SMALLINT(5) #36

intagaming opened this issue Nov 14, 2017 · 1 comment
Labels

Comments

@intagaming
Copy link

Happened when run the server (the actual server OS) for the long time, seen as below.
Quick workaround: Navicat -> Design Table -> int(6) will do the trick BUT according to this thread
https://stackoverflow.com/questions/17868218/what-is-the-maximum-process-id-on-windows
this can be up to 4 billions, equals to UNSIGNED int(11). So just remind a little.

image

@SOF3
Copy link
Member

SOF3 commented Nov 14, 2017

Right, I didn't know about that. I also found that process ID on Linux can be the same modified recently.

@SOF3 SOF3 added the bug label Nov 14, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants