1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Implemented support for START SLAVE UNTIL (WL#868)

This commit is contained in:
dlenev@dlenev.mshome
2003-09-14 00:13:41 +04:00
parent fbe49f0c48
commit c0cfae1c8d
42 changed files with 607 additions and 89 deletions

View File

@ -403,6 +403,7 @@ static SYMBOL symbols[] = {
{ "USE", SYM(USE_SYM),0,0},
{ "USE_FRM", SYM(USE_FRM),0,0},
{ "USER", SYM(USER),0,0},
{ "UNTIL", SYM(UNTIL_SYM),0,0},
{ "USING", SYM(USING),0,0},
{ "UPDATE", SYM(UPDATE_SYM),0,0},
{ "USAGE", SYM(USAGE),0,0},