-
Updated
on Mar 17, 2021 - Java
MySQL

MySQL is an open source relational database management system. Based in Structured Query Language (SQL), MySQL can run on most platforms and is mainly used for web-based applications. It is written in C and C++.
Here are 28,909 public repositories matching this topic...
-
Updated
on Mar 16, 2021 - Java
-
Updated
on Mar 17, 2021 - Go
-
Updated
on Mar 17, 2021 - Clojure
Issue Description
While using model.bulkCreate, as we pass the options, an object which contains transaction, it comes modified after the execution
What are you doing?
We have called bulk
-
Updated
on Mar 17, 2021 - TypeScript
-
Updated
on Mar 15, 2021 - Java
Sometimes it is needed to store compressed data in the DB. Unfortunately not all the DBs have built-in compression and FUSE compressed FSes are not available for every OS. So it may make sense to store compressed binary blobs in the DB.
Unfortunately when one sees them in DBeaver he sees them compressed, but often they are needed uncompressed. So it'd be nice to have a feature to decompress the
-
Updated
on Mar 17, 2021 - Python
-
Updated
on Mar 1, 2021 - JavaScript
-
Updated
on Mar 17, 2021 - PHP
Feature request
Is there any chance to have a Knex native way to set "DEFERRABLE INITIALLY DEFERRED" on a table with foreign key constraints ?
knex.schema.table('users', function (table) {
table.integer('user_id').unsigned()
table.foreign('user_id').references('Items.user_id_in_items').deferred().
})
- Add test cases for class DataNode
- Add test cases for class DataNodes
- Add test cases for class DataNodeUtil
When I run "vtctlclient help ApplyRoutingRules", I get informations on how to use this option. But when I run "vtctlclient help GetRoutingRules", I do not get such informations, and it looks like the routing rules are displayed. Output below.
jgagne@ip-172-31-40-211:~/my-vitess-example$ vtctlclient help GetRoutingRules
{
}
jgagne@ip-172-31-40-211:~/my-vitess-example$ vtctlclient hel
-
Updated
on Mar 17, 2021 - Java
Issue description
This option will improve performance in many scenarios
https://dev.mysql.com/worklog/task/?id=8134
https://www.facebook.com/weixiang.zhai/posts/678596755543802
-
Updated
on Dec 21, 2020 - Java
-
Updated
on Mar 12, 2021 - Python
Problem
We need to add a test with
const prisma = new PrismaClient({
__internal: {
useUds: true
}
} as any); // remove as any if you are using js
uds is off by default but still used by some people when they have problems with default approach.
-
Updated
on Mar 15, 2021 - Go
-
Updated
on Oct 17, 2020 - Objective-C
-
Updated
on Mar 13, 2021 - Java
-
Updated
on Mar 17, 2021 - Go
Let's support at least reading "b3" header from a single string, most commonly traceid-spanid-1
It would also be nice to support optionally writing this, especially in message providers or others with constrained environments.
Expected behavior
As discussed on openzipkin/b3-propagation#21 and first implemented here: https://github.com/openzipkin/brave/blob/master/brave/src/main/java/bra
Created by David Axmark, Allan Larsson and Michael "Monty" Widenius
Released May 23, 1995
- Organization
- mysql
- Website
- www.mysql.com
- Wikipedia
- Wikipedia