Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit01a2146

Browse files
committed
fix tablespace mapping bug
1 parent3c707a0 commit01a2146

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎restore.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -991,6 +991,7 @@ set_tablespace_created(const char *link, const char *dir)
991991

992992
strcpy(cell->link_name,link);
993993
strcpy(cell->linked_dir,dir);
994+
cell->next=NULL;
994995

995996
if (tablespace_created_dirs.tail)
996997
tablespace_created_dirs.tail->next=cell;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp