You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to know if it's possible to replace the left field in xbt_peers with something else (left1 i.e.) since left is a reserved word for MySQL/MariaDB and it's impossible to update the tables via scripting.
The field is used on the tracker in the following files:
tracker.cpp
tracker.h
tracker_input.cpp
tracker_input.h
transaction.cpp
xbt_tracker.sql (not really used for compilation but it's the DB schema)
Note1: I think there's a restrition due to the bittorrent protocol itself use of the "left" field but wanted to know if there are alternatives...
The text was updated successfully, but these errors were encountered:
I would like to know if it's possible to replace the left field in xbt_peers with something else (left1 i.e.) since left is a reserved word for MySQL/MariaDB and it's impossible to update the tables via scripting.
The field is used on the tracker in the following files:
tracker.cpp
tracker.h
tracker_input.cpp
tracker_input.h
transaction.cpp
xbt_tracker.sql (not really used for compilation but it's the DB schema)
Note1: I think there's a restrition due to the bittorrent protocol itself use of the "left" field but wanted to know if there are alternatives...
The text was updated successfully, but these errors were encountered: