Skip to content

Commit c4f655a

Browse files
Bharathy Satisharnabray21
authored andcommitted
Bug #23225800: NDB_DD_DUMP TEST FAILING ON ALL PLATFORMS
(Server Bug #23259328: NDB_DD_DUMP TEST FAILING DUE TO CHANGE IN MYSQLDUMP) Problem: Fix for Bug#21382184 caused a regression making ndb dump test to fail. Reverted minor part of the code as part of the fix. (cherry picked from commit cc696659a035448af3a8f42371fd9a5b5def83cd)
1 parent 9ffc6e0 commit c4f655a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/mysqldump.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4209,7 +4209,6 @@ static int dump_tablespaces(char* ts_where)
42094209
dynstr_append_checked(&sqlbuf,
42104210
" GROUP BY LOGFILE_GROUP_NAME, FILE_NAME"
42114211
", ENGINE, TOTAL_EXTENTS, INITIAL_SIZE"
4212-
", EXTRA"
42134212
" ORDER BY LOGFILE_GROUP_NAME");
42144213

42154214
if (mysql_query(mysql, sqlbuf.str) ||

0 commit comments

Comments
 (0)