mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
several fixes to the previous patch
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
|
||||
|
||||
enum { GET_VALUE= 1, GET_LINE };
|
||||
#define GET_VALUE 1
|
||||
#define GET_LINE 2
|
||||
|
||||
int parse_output_and_get_value(const char *command, const char *word,
|
||||
char *result, size_t input_buffer_len,
|
||||
|
||||
Reference in New Issue
Block a user