1
0
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:
petr@mysql.com
2005-06-07 17:57:20 +04:00
parent 83c75ea385
commit a2331d37b6
4 changed files with 10 additions and 8 deletions

View File

@@ -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,