-
We would like a little more coverage of this new subsystem
Jira issue: CRDB-43559
-
### Course
LDRS 101 X2 https://learn.twu.ca/course/view.php?id=34993
### URL
### Instructions
- [x] please import the TOP version of LDRS 101 for the ***Nov. start.*** I'll add the syllabus
…
-
Currently, this fails to parse with an opaque error:
```
roachprod@localhost:29008/defaultdb> CREATE LOGICAL REPLICATION STREAM FROM TABLES (customer, district, history,
…
-
### Tukipyyntö
Ainakin Vaarassa on tietueita, joiden koodaus 000-kentässä ei ole synkronissa aineistotyypin kanssa (kenttä 942c). Erämuokkauksella voi muokata muita kiinteämittaisia kenttiä, kun anta…
-
We should provide the correct errors and prevent replication from starting when a user tries to:
- replicate mismatched table names.
- a user tries to replicate a system table
- upgrade a cluster …
-
Consider this example https://godbolt.org/z/fEjrzrW8n
```
struct A {
int a;
};
extern __declspec(thread) struct A *a;
struct A*
getA(void)
{
return a;
}
```
clang-cl 19.1.0-rc2…
-
I am experiencing the same issue mentioned in [this](https://github.com/seL4/microkit/pull/71) pull request, but with a Raspberry Pi 4.
Running a “Hello World” sample on the Raspberry Pi 4 using [I…
-
```
Vector data = Sve.LoadVector(ploop, input + i);
```
produces:
```
ldr x7, [x0]
add x7, x7, x4, LSL #2
ld1w { z17.s }, p1/z, [x7]
`…
a74nh updated
1 month ago
-
With `DOTNET_TieredCompilation=0`
```csharp
[MethodImpl(MethodImplOptions.NoInlining)]
public static unsafe int foo(ref int* src, int length)
{
Vector total = new Ve…
a74nh updated
27 minutes ago
-
We have observed in large scale LDR deployments that one src-dest ldr proc pair is holding the replicated time back, and the proc on the source is conducting a ton of catchup scans. Let's copy over th…