sapling/eden/mononoke/mononoke_hg_sync_job
Stanislau Hlebik 8a7211c8e8 mononoke: fix GetGlobalrev sql query
Summary:
The type of "value" field is char, and so GetGlobalrevCounter was failing with

```
 MySQL Value Error: Expected row field to be RowField::Long, but got
 RowField::Bytes
```

The reason we haven't seen it before is because this query is called only when
IncreaseGlobalrevCounter didn't change a single row, and that's usually not the
case.

Reviewed By: HarveyHunt

Differential Revision: D29482685

fbshipit-source-id: 32073edcf5d57d7dad275a65c2e0f67b7321cef2
2021-06-30 03:57:02 -07:00
..
helper_lib mononoke: update to tokio 1.x 2021-04-28 07:36:31 -07:00
schemas mononoke/hg_sync_job: make mononoke_hg_sync_job public (#37) 2020-07-30 02:52:56 -07:00
src mononoke: fix GetGlobalrev sql query 2021-06-30 03:57:02 -07:00
Cargo.toml third-party: patch os_info to properly support Centos Stream 2021-06-25 21:07:33 -07:00