Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Console View


Categories: connectors experimental galera main
Legend:   Passed Failed Warnings Failed Again Running Exception Offline No data

connectors experimental galera main
Yuchen Pei
MDEV-15621 [wip] Auto add partitions using RANGE COLUMN path

Only adding one partition with the current datetime for now
Oleksandr Byelkin
Merge branch 'bb-10.11-release' into bb-11.4-release
PranavKTiwari
If statment is for sequenc, set updating to true.
Oleksandr Byelkin
fix long name on view protocol
Alexey Botchkov
MDEV-39536 ASAN heap-buffer-overflow in process_str_arg upon ER_TRUNCATED_WRONG_VALUE "Incorrect XML value".

XML should be prepared before inserting it into the error message.
Georgi (Joro) Kodinov
MDEV-39456: Describe the external contributions process in more details

Added a new .md document describing the community contribution process.
Added a reference to it from the CONTRIBUTING.md.
Oleksandr Byelkin
Fix after merge test (default charset changed)
Oleksandr Byelkin
Merge branch '10.6' into bb-10.11-release
Oleksandr Byelkin
Merge branch '11.4' into 11.8
sjaakola
configuration variable added rpl_use_binlog_events_for_fk_cascade
sjaakola
supporting virtual columns
A table with no primary nor unique keys and having indexed virtual
column can cause replication failure (see: rpl.rpl_row_vcol_crash)
Oleksandr Byelkin
Merge branch '11.4' into 11.8
Rucha Deodhar
MDEV-39213: json range syntax crash

Analysis:
When json is being parsed, the step decreases without a out-of-bound check
resulting in failure.
Fix:
Before decreasing the step, check if it will result into out of bound.
Razvan-Liviu Varzaru
Disable invalid-handle check under MSan

The invalid-handle check was disabled in a55878f4baa061fc9943228beecb91367d7d08fe for Valgrind
and MSan issues an warning originating from the Driver Manager, during the same call;

```
==26==WARNING: MemorySanitizer: use-of-uninitialized-value
    #0 0x7a902a23c3a2 in __validate_stmt /msan-build/DriverManager/__handles.c:1375:20
    #1 0x7a902a1fc264 in __SQLFreeHandle /msan-build/DriverManager/SQLFreeHandle.c:398:19
    #2 0x559ce0edbbb9 in sqlchar /home/buildbot/odbc_build/source/test/unicode.c:270:12
    #3 0x559ce0ed4419 in run_tests_ex /home/buildbot/odbc_build/source/test/tap.h:1182:11
    #4 0x7a9029eccca7  (/lib/x86_64-linux-gnu/libc.so.6+0x29ca7) (BuildId: 58749c528985eab03e6700ebc1469fa50aa41219)
    #5 0x7a9029eccd64 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x29d64) (BuildId: 58749c528985eab03e6700ebc1469fa50aa41219)
    #6 0x559ce0e2e670 in _start (/home/buildbot/odbc_build/build/bintar/test/odbc_unicode+0x34670) (BuildId: 92f183f3e775737cd445db531d16f5654952b845)

SUMMARY: MemorySanitizer: use-of-uninitialized-value /msan-build/DriverManager/__handles.c:1375:20 in __validate_stmt
  ORIGIN: invalid (0). Might be a bug in MemorySanitizer origin tracking.
    This could still be a bug in your code, too!
Exiting
```
Jan Lindström
Fix test failure on galera_sst_mariabackup_encrypt_with_key_server

Galera mariabackup SST when it fails could also print error like
WSREP_SST: [ERROR] Removing /tmp/tmp.SQCXmWb7TI/mariadb_backup_galera_info file due to signal

Test case intentionally uses parameter that causes mariabacup
SST to fail. Add suppression for message about removing
mariadb_backcup_galera_info file.
Oleksandr Byelkin
Merge branch '10.11' into 11.4
Oleksandr Byelkin
Merge branch 'bb-10.11-release' into bb-11.4-release
Lawrin Novitsky
Merge branch 'odbc-3.1'
Georgi (Joro) Kodinov
MDEV-39456: Describe the external contributions process in more details

Added a new .md document describing the community contribution process.
Added a reference to it from the CONTRIBUTING.md.
Oleksandr Byelkin
Merge branch '10.6' into 10.11
Oleksandr Byelkin
Merge branch 'bb-11.8-merge' into bb-12.3-release
Oleksandr Byelkin
Merge branch 'bb-11.4-release' into bb-11.8-release
Yuchen Pei
MDEV-15621 [refactor] change p_column_list_val::fixed to a bool
Alexey Botchkov
MDEV-38809 RBR fails upon DML with XML type.

Add Field_xmltype::rpl_conv_type_from() function to control
replication data types.
Oleksandr Byelkin
Revert "fix"

This reverts commit 42d6f2156b0afc88112bea547ee90b83fc2bfc06.
Lawrin Novitsky
ODBC-492 SQLGetTypeInfo: Wrong COLUMN_SIZE for SQL_TYPE_TYPESTAMP

Specs say that column size for temporal types has to be length in chars for representation with
max possible precision. i.e. in case of MariaDB this is 26
Also other types have been corrected:
- SQL_TYPE_TIME for the same logic has to be 17. Event though ODBC type
  isn't supposed to have fractional part and hours value beyond 0-23
- SET and ENUM effective max length is ~65216
- (SQL_W)VARCHAR and SQL_VARBIBARY is 65532

There were also some discrepences between values for ODBCv3 and ODBCv2
Enhanced existing test to check all these values and removed couple of
duplicating tests(one info and one in datetime)
Oleksandr Byelkin
Merge branch 'bb-11.4-release' into bb-11.8-release
lawrinn
Revert "Disable invalid-handle check under MSan"

This reverts commit 8ca24141cfd9a60300f2f98b3b38dbf26e549dc3.
Sergei Golubchik
MDEV-39516 s3 curl_easy_setopt requires long values otherwise compile failure

update submodule to compile on fc44
Razvan-Liviu Varzaru
Disable invalid-handle check under MSan

The invalid-handle check was disabled in a55878f4baa061fc9943228beecb91367d7d08fe for Valgrind
and MSan issues an warning originating from the Driver Manager, during the same call;

```
==26==WARNING: MemorySanitizer: use-of-uninitialized-value
    #0 0x7a902a23c3a2 in __validate_stmt /msan-build/DriverManager/__handles.c:1375:20
    #1 0x7a902a1fc264 in __SQLFreeHandle /msan-build/DriverManager/SQLFreeHandle.c:398:19
    #2 0x559ce0edbbb9 in sqlchar /home/buildbot/odbc_build/source/test/unicode.c:270:12
    #3 0x559ce0ed4419 in run_tests_ex /home/buildbot/odbc_build/source/test/tap.h:1182:11
    #4 0x7a9029eccca7  (/lib/x86_64-linux-gnu/libc.so.6+0x29ca7) (BuildId: 58749c528985eab03e6700ebc1469fa50aa41219)
    #5 0x7a9029eccd64 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x29d64) (BuildId: 58749c528985eab03e6700ebc1469fa50aa41219)
    #6 0x559ce0e2e670 in _start (/home/buildbot/odbc_build/build/bintar/test/odbc_unicode+0x34670) (BuildId: 92f183f3e775737cd445db531d16f5654952b845)

SUMMARY: MemorySanitizer: use-of-uninitialized-value /msan-build/DriverManager/__handles.c:1375:20 in __validate_stmt
  ORIGIN: invalid (0). Might be a bug in MemorySanitizer origin tracking.
    This could still be a bug in your code, too!
Exiting
```
PranavKTiwari
when the locking level is TL_READ updating flag is set to false.
rusher
[misc] add maxscale testing to CI
Oleksandr Byelkin
Merge branch 'bb-10.6-release' into bb-10.11-release
Yuchen Pei
MDEV-15621 [wip] Auto add partitions using RANGE COLUMN path

Only adding one partition with the current datetime for now
Raghunandan Bhat
MDEV-39095: Fixes to MariaDB Syntax Checker

- Skip initializing stopwords for full-text indicies.
- Skip changing data directory when checking syntax.
- Help message when syntax checker is used in interactive mode.
- Initialize THD with a dummy database name to prevent `No database
  selected` error.
- Recognize executable comments of the form- /*! ... */ and /*!M ... */
  and errors.
- More tests.