summaryrefslogtreecommitdiff
path: root/plugin/disks
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2022-07-271-2/+4
|\
| * Merge 10.4 into 10.5Marko Mäkelä2022-07-271-2/+4
| |\
| | * Merge branch '10.3' into 10.4Oleksandr Byelkin2022-07-271-2/+4
| | |\
| | | * disks plugin: check for build prerequisites properlySergei Golubchik2022-07-261-2/+4
| | | |
| | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-301-5/+5
| | |\ \ | | | |/
| | | * MDEV-18918 SQL mode EMPTY_STRING_IS_NULL breaks RBR upon CREATE TABLE .. SELECTAlexander Barkov2022-01-251-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing DEFAULT from INFORMATION_SCHEMA columns. DEFAULT in read-only tables is rather meaningless. Upgrade should go smoothly. Also fixes: MDEV-20254 Problems with EMPTY_STRING_IS_NULL and I_S tables
| | * | Merge 10.3 into 10.4Marko Mäkelä2020-06-132-9/+10
| | |\ \ | | | |/
| | | * Merge 10.2 into 10.3Marko Mäkelä2020-06-132-9/+10
| | | |\
| | | | * Merge branch '10.1' into 10.2Vicențiu Ciorbaru2020-06-112-9/+10
| | | | |\
| | | | | * MDEV-22834: Disks plugin - change datatype to bigintVicențiu Ciorbaru2020-06-102-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On large hard disks (> 2TB), the plugin won't function correctly, always showing 2 TB of available space due to integer overflow. Upgrade table fields to bigint to resolve this problem.
* | | | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-02-031-5/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-18918 SQL mode EMPTY_STRING_IS_NULL breaks RBR upon CREATE TABLE .. SELECTAlexander Barkov2022-01-251-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The 10.5 version of the patch. Removing DEFAULT from INFORMATION_SCHEMA columns. DEFAULT in read-only tables is rather meaningless. Upgrade should go smoothly. Also fixes: MDEV-20254 Problems with EMPTY_STRING_IS_NULL and I_S tables
* | | | | | MDEV-8334: Rename utf8 to utf8mb3Rucha Deodhar2021-05-191-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | This patch changes the main name of 3 byte character set from utf8 to utf8mb3. New old_mode UTF8_IS_UTF8MB3 is added and set TRUE by default, so that utf8 would mean utf8mb3. If not set, utf8 would mean utf8mb4.
* | | | | MDEV-22834: Disks plugin - change datatype to bigintbb-10.5-mdev1501Vicențiu Ciorbaru2020-06-122-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On large hard disks (> 2TB), the plugin won't function correctly, always showing 2 TB of available space due to integer overflow. Upgrade table fields to bigint to resolve this problem.
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-08-133-4/+55
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2019-07-023-4/+55
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2019-07-023-3/+54
| | |\ \ \ | | | |/ /
| | | * | Merge 10.1 into 10.2Eugene Kosov2019-06-233-3/+54
| | | |\ \ | | | | |/
| | | | * MDEV-18328: Make DISKS plugin check some privilege to access ↵Oleksandr Byelkin2019-06-193-3/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | information_schema.DISKS table Check FILE privelege.
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-06-181-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | change pam and disks plugin maturity beta->gammaSergei Golubchik2019-06-171-1/+1
| |/ / /
* | | | MDEV-19772 Add helper classes for ST_FIELD_INFOAlexander Barkov2019-06-161-11/+14
|/ / /
* | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\ \ | | |/
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |
* | | Merge branch '10.2' into 10.3Sergei Golubchik2018-03-281-0/+1
|/ /
* | Merge branch '10.1' into 10.2Sergei Golubchik2018-03-251-3/+3
|/
* MDEV-14533 Provide information_schema tables using which hardwareAlexey Botchkov2018-03-243-12/+1
| | | | | | | information can be obtained. plugin only enabled for Linux, as it fails building on BSD/MacOSX. disks.test fixed.
* MDEV-14533 Provide information_schema tables using which hardwareAlexey Botchkov2018-03-244-0/+36
| | | | | | information can be obtained. disks.test moved to plugin's directory.
* MDEV-14533 Provide information_schema tables using which hardware ↵Sergei Golubchik2018-03-233-0/+246
information can be obtained. update README, use maria_declare_plugin(), specify the author.