arjuna# /usr/local/mysql/bin/mysqladmin verison ------------------------------------------------------- MYSQL_DEBUG found. libmysql started with the following: d:t:O,/tmp/client.trace ------------------------------------------------------- Error: Freeing wrong aligned pointer at line 97, 'my_fopen.c' Error: Freeing wrong aligned pointer at line 236, 'array.c' /usr/local/mysql/bin/mysqladmin: Unknown command: 'verison' Warning: Not freed memory segments: 2 Warning: Memory that was not free'ed (172 bytes): 128 bytes at 0x00043b50c, allocated at line 125 in 'charset.c' 44 bytes at 0x00043b4b4, allocated at line 52 in 'my_fopen.c' Maximum memory usage: 9073 bytes (9k) arjuna# /usr/local/mysql/bin/mysqladmin -h 192.168.0.21 version ------------------------------------------------------- MYSQL_DEBUG found. libmysql started with the following: d:t:O,/tmp/client.trace ------------------------------------------------------- Error: Freeing wrong aligned pointer at line 97, 'my_fopen.c' Error: Freeing wrong aligned pointer at line 236, 'array.c' /usr/local/mysql/bin/mysqladmin Ver 8.40 Distrib 4.0.15a, for unknown-lynxos on i386 Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to modify and redistribute it under the GPL license Server version 4.0.15a-debug-log Protocol version 10 Connection 192.168.0.21 via TCP/IP TCP port 3306 Uptime: 28 sec Threads: 1 Questions: 2 Slow queries: 0 Opens: 5 Flush tables: 1 Open tables: 0 Queries per second avg: 0.071 Memory in use: 16521K Max memory used: 16521K Warning: Not freed memory segments: 2 Warning: Memory that was not free'ed (172 bytes): 128 bytes at 0x00043b514, allocated at line 125 in 'charset.c' 44 bytes at 0x00043b4bc, allocated at line 52 in 'my_fopen.c' Maximum memory usage: 9057 bytes (9k) arjuna# /usr/local/mysql/bin/mysqlshow ------------------------------------------------------- MYSQL_DEBUG found. libmysql started with the following: d:t:O,/tmp/client.trace ------------------------------------------------------- ^C arjuna# /usr/local/mysql/bin/mysqlshow -h 192.168.0.21 ------------------------------------------------------- MYSQL_DEBUG found. libmysql started with the following: d:t:O,/tmp/client.trace ------------------------------------------------------- ^C arjuna# /usr/local/mysql/bin/mysql ------------------------------------------------------- MYSQL_DEBUG found. libmysql started with the following: d:t:O,/tmp/client.trace ------------------------------------------------------- Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 5 to server version: 4.0.15a-debug-log Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> connect mysql; Error: Freeing wrong aligned pointer at line 2212, 'libmysql.c' Connection id: 6 Current database: mysql Error: Freeing wrong aligned pointer at line 107, 'sql_string.h' mysql> SELECT host,db,user FROM db; ^CError: Freeing wrong aligned pointer at line 2213, 'libmysql.c' Error: Freeing wrong aligned pointer at line 2214, 'libmysql.c' Aborted Error: Freeing wrong aligned pointer at line 423, 'mysql.cc' Warning: Not freed memory segments: 5 Warning: Memory that was not free'ed (34 bytes): 6 bytes at 0x00042420c, allocated at line 2034 in 'libmysql.c' 1 bytes at 0x0004241dc, allocated at line 1921 in 'libmysql.c' 8 bytes at 0x00042439c, allocated at line 81 in 'sql_string.cc' 18 bytes at 0x00042435c, allocated at line 376 in 'mysql.cc' 1 bytes at 0x00041f67c, allocated at line 1920 in 'libmysql.c' Maximum memory usage: 25860 bytes (26k) arjuna# /usr/local/mysql/bin/mysql -h 192.168.0.21 ------------------------------------------------------- MYSQL_DEBUG found. libmysql started with the following: d:t:O,/tmp/client.trace ------------------------------------------------------- Error: Freeing wrong aligned pointer at line 97, 'my_fopen.c' Error: Freeing wrong aligned pointer at line 236, 'array.c' Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 7 to server version: 4.0.15a-debug-log Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> connect mysql; Error: Freeing wrong aligned pointer at line 2212, 'libmysql.c' Error: Freeing wrong aligned pointer at line 2213, 'libmysql.c' Connection id: 8 Current database: mysql mysql> SELECT host,db,user FROM db; ^CAborted Error: Freeing wrong aligned pointer at line 423, 'mysql.cc' Error: Freeing wrong aligned pointer at line 425, 'mysql.cc' Warning: Not freed memory segments: 6 Warning: Memory that was not free'ed (205 bytes): 18 bytes at 0x00042447c, allocated at line 376 in 'mysql.cc' 1 bytes at 0x00042444c, allocated at line 1921 in 'libmysql.c' 1 bytes at 0x00042441c, allocated at line 1920 in 'libmysql.c' 128 bytes at 0x00041f604, allocated at line 125 in 'charset.c' 44 bytes at 0x00041f5ac, allocated at line 52 in 'my_fopen.c' 13 bytes at 0x00041f484, allocated at line 468 in 'my_getopt.c' Maximum memory usage: 26022 bytes (26k)