| 1140 | |
| 1141 | |
| 1142 | static int get_options(int *argc, char ***argv) |
| 1143 | { |
| 1144 | int ho_error; |
| 1145 | DBUG_ENTER("get_options"); |
| 1146 | |
| 1147 | if ((ho_error= handle_options(argc, argv, my_long_options, get_one_option))) |
| 1148 | DBUG_RETURN(ho_error); |
| 1149 | DBUG_RETURN(0); |
| 1150 | } |
| 1151 | |
| 1152 | |
| 1153 | /* |
no test coverage detected