1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-10-31 18:30:33 +03:00
Files
mariadb-columnstore-engine/dbcon
Leonid Fedorov 111d169e40 fix(crash): Debug build of columnstore crashed on asserts with 11.8 (#3800)
due this wonderful code

  DBUG_ASSERT(!comment || !comment[0] || comment[strlen(comment)-1] != '.');
  DBUG_ASSERT(!comment || !comment[0] || comment[strlen(comment)-1] != ' ');

So I had to fix the comments
2025-09-30 18:54:17 +04:00
..
2016-01-06 14:08:59 -06:00
2016-01-06 14:08:59 -06:00