[SqueakDBX] Logging the on Squeak 3.10.2 and MySQL 4

Herbert König herbertkoenig at gmx.net
Thu Oct 8 20:42:03 UTC 2009



ok If I run DBXConnectionSettingsTest it is green.

Running DBXOptionsTest gives the log at the end of this mail.


Cheers,

Herbert                          mailto:herbertkoenig at gmx.net



odbx_init called with values: backend = mysql host = aldi_1 port = 3306
odbx_bind: called with values: handle = 3753440 database = sodbxtest
userName = xxxx userPassword = yyyy
odbx_query: called with values: handle = 3753440 query = DROP TABLE course
odbx_result: called with values: handle = 3753440 chunk = 0
odbx_result call return: 0
odbx_result resultSet handle returned: 0
DBXRecoverableError: RECOVERABLE OpenDBX: Unknown table 'course'odbx_query: called with values: handle = 3753440 query = DROP TABLE signature
odbx_result: called with values: handle = 3753440 chunk = 0
odbx_result call return: 0
odbx_result resultSet handle returned: 0
DBXRecoverableError: RECOVERABLE OpenDBX: Unknown table 'signature'odbx_query: called with values: handle = 3753440 query = DROP TABLE student
odbx_result: called with values: handle = 3753440 chunk = 0
odbx_result call return: 0
odbx_result resultSet handle returned: 0
DBXRecoverableError: RECOVERABLE OpenDBX: Unknown table 'student'odbx_query: called with values: handle = 3753440 query = CREATE TABLE student(
           id INTEGER AUTO_INCREMENT,
           username VARCHAR(10),
           pass VARCHAR(50),
           mail VARCHAR(50),
           name_surname VARCHAR(30),       
           regular BOOLEAN,
           age SMALLINT,           
           average_grade DECIMAL(9,3),
           sex CHARACTER(3),
           description VARCHAR(200),
           starting_hour TIME,
           sign_up_date DATETIME,
           born_date DATE,
          CONSTRAINT pk_students_id PRIMARY KEY (id)
        ) ENGINE = InnoDB ;

odbx_result: called with values: handle = 3753440 chunk = 0
odbx_result call return: 0
odbx_result resultSet handle returned: 0
odbx_init called with values: backend = mysql host = aldi_1 port = 3306
odbx_bind: called with values: handle = 3754512 database = sodbxtest
userName = xxxx userPassword = yyyy
odbx_unbind called with values: handle = 3754512
odbx_finish: called with values: handle = 3753440

odbx_finish: called with values: handle = 3754512
odbx_init called with values: backend = mysql host = aldi_1 port = 3306
odbx_bind: called with values: handle = 3754512 database = sodbxtest
userName = xxxx userPassword = yyyy
odbx_query: called with values: handle = 3754512 query = DROP TABLE course
odbx_result: called with values: handle = 3754512 chunk = 0
odbx_result call return: 0
odbx_result resultSet handle returned: 0
DBXRecoverableError: RECOVERABLE OpenDBX: Unknown table 'course'odbx_query: called with values: handle = 3754512 query = DROP TABLE signature
odbx_result: called with values: handle = 3754512 chunk = 0
odbx_result call return: 0
odbx_result resultSet handle returned: 0
DBXRecoverableError: RECOVERABLE OpenDBX: Unknown table 'signature'odbx_query: called with values: handle = 3754512 query = DROP TABLE student
odbx_result: called with values: handle = 3754512 chunk = 0
odbx_result call return: 0
odbx_result resultSet handle returned: 0
DBXRecoverableError: RECOVERABLE OpenDBX: Unknown table 'student'odbx_query: called with values: handle = 3754512 query = CREATE TABLE student(
           id INTEGER AUTO_INCREMENT,
           username VARCHAR(10),
           pass VARCHAR(50),
           mail VARCHAR(50),
           name_surname VARCHAR(30),       
           regular BOOLEAN,
           age SMALLINT,           
           average_grade DECIMAL(9,3),
           sex CHARACTER(3),
           description VARCHAR(200),
           starting_hour TIME,
           sign_up_date DATETIME,
           born_date DATE,
          CONSTRAINT pk_students_id PRIMARY KEY (id)
        ) ENGINE = InnoDB ;

odbx_result: called with values: handle = 3754512 chunk = 0
odbx_result call return: 0
odbx_result resultSet handle returned: 0
odbx_init called with values: backend = mysql host = aldi_1 port = 3306
odbx_bind: called with values: handle = 3753440 database = sodbxtest
userName = xxxx userPassword = yyyy
odbx_unbind called with values: handle = 3753440
odbx_finish: called with values: handle = 3754512

odbx_finish: called with values: handle = 3753440
odbx_init called with values: backend = mysql host = aldi_1 port = 3306
odbx_bind: called with values: handle = 3753440 database = sodbxtest
userName = xxxx userPassword = yyyy
odbx_query: called with values: handle = 3753440 query = DROP TABLE course
odbx_result: called with values: handle = 3753440 chunk = 0
odbx_result call return: 0
odbx_result resultSet handle returned: 0
DBXRecoverableError: RECOVERABLE OpenDBX: Unknown table 'course'odbx_query: called with values: handle = 3753440 query = DROP TABLE signature
odbx_result: called with values: handle = 3753440 chunk = 0
odbx_result call return: 0
odbx_result resultSet handle returned: 0
DBXRecoverableError: RECOVERABLE OpenDBX: Unknown table 'signature'odbx_query: called with values: handle = 3753440 query = DROP TABLE student
odbx_result: called with values: handle = 3753440 chunk = 0
odbx_result call return: 0
odbx_result resultSet handle returned: 0
DBXRecoverableError: RECOVERABLE OpenDBX: Unknown table 'student'odbx_query: called with values: handle = 3753440 query = CREATE TABLE student(
           id INTEGER AUTO_INCREMENT,
           username VARCHAR(10),
           pass VARCHAR(50),
           mail VARCHAR(50),
           name_surname VARCHAR(30),       
           regular BOOLEAN,
           age SMALLINT,           
           average_grade DECIMAL(9,3),
           sex CHARACTER(3),
           description VARCHAR(200),
           starting_hour TIME,
           sign_up_date DATETIME,
           born_date DATE,
          CONSTRAINT pk_students_id PRIMARY KEY (id)
        ) ENGINE = InnoDB ;

odbx_result: called with values: handle = 3753440 chunk = 0
odbx_result call return: 0
odbx_result resultSet handle returned: 0
odbx_init called with values: backend = mysql host = aldi_1 port = 3306
odbx_bind: called with values: handle = 3754512 database = sodbxtest
userName = xxxx userPassword = yyyy
odbx_unbind called with values: handle = 3754512
odbx_finish: called with values: handle = 3753440

odbx_finish: called with values: handle = 3754512
odbx_init called with values: backend = mysql host = aldi_1 port = 3306
odbx_bind: called with values: handle = 3754512 database = sodbxtest
userName = yyyy userPassword = yyyy
odbx_query: called with values: handle = 3754512 query = DROP TABLE course
odbx_result: called with values: handle = 3754512 chunk = 0
odbx_result call return: 0
odbx_result resultSet handle returned: 0
DBXRecoverableError: RECOVERABLE OpenDBX: Unknown table 'course'odbx_query: called with values: handle = 3754512 query = DROP TABLE signature
odbx_result: called with values: handle = 3754512 chunk = 0
odbx_result call return: 0
odbx_result resultSet handle returned: 0
DBXRecoverableError: RECOVERABLE OpenDBX: Unknown table 'signature'odbx_query: called with values: handle = 3754512 query = DROP TABLE student
odbx_result: called with values: handle = 3754512 chunk = 0
odbx_result call return: 0
odbx_result resultSet handle returned: 0
DBXRecoverableError: RECOVERABLE OpenDBX: Unknown table 'student'odbx_query: called with values: handle = 3754512 query = CREATE TABLE student(
           id INTEGER AUTO_INCREMENT,
           username VARCHAR(10),
           pass VARCHAR(50),
           mail VARCHAR(50),
           name_surname VARCHAR(30),       
           regular BOOLEAN,
           age SMALLINT,           
           average_grade DECIMAL(9,3),
           sex CHARACTER(3),
           description VARCHAR(200),
           starting_hour TIME,
           sign_up_date DATETIME,
           born_date DATE,
          CONSTRAINT pk_students_id PRIMARY KEY (id)
        ) ENGINE = InnoDB ;

odbx_result: called with values: handle = 3754512 chunk = 0
odbx_result call return: 0
odbx_result resultSet handle returned: 0
odbx_init called with values: backend = mysql host = aldi_1 port = 3306
odbx_bind: called with values: handle = 3753440 database = sodbxtest
userName = xxxx userPassword = yyyy
odbx_unbind called with values: handle = 3753440
odbx_finish: called with values: handle = 3754512

odbx_finish: called with values: handle = 3753440
odbx_init called with values: backend = mysql host = aldi_1 port = 3306
odbx_bind: called with values: handle = 3753440 database = sodbxtest
userName = xxxx userPassword = yyyy
odbx_query: called with values: handle = 3753440 query = DROP TABLE course
odbx_result: called with values: handle = 3753440 chunk = 0
odbx_result call return: 0
odbx_result resultSet handle returned: 0
DBXRecoverableError: RECOVERABLE OpenDBX: Unknown table 'course'odbx_query: called with values: handle = 3753440 query = DROP TABLE signature
odbx_result: called with values: handle = 3753440 chunk = 0
odbx_result call return: 0
odbx_result resultSet handle returned: 0
DBXRecoverableError: RECOVERABLE OpenDBX: Unknown table 'signature'odbx_query: called with values: handle = 3753440 query = DROP TABLE student
odbx_result: called with values: handle = 3753440 chunk = 0
odbx_result call return: 0
odbx_result resultSet handle returned: 0
DBXRecoverableError: RECOVERABLE OpenDBX: Unknown table 'student'odbx_query: called with values: handle = 3753440 query = CREATE TABLE student(
           id INTEGER AUTO_INCREMENT,
           username VARCHAR(10),
           pass VARCHAR(50),
           mail VARCHAR(50),
           name_surname VARCHAR(30),       
           regular BOOLEAN,
           age SMALLINT,           
           average_grade DECIMAL(9,3),
           sex CHARACTER(3),
           description VARCHAR(200),
           starting_hour TIME,
           sign_up_date DATETIME,
           born_date DATE,
          CONSTRAINT pk_students_id PRIMARY KEY (id)
        ) ENGINE = InnoDB ;

odbx_result: called with values: handle = 3753440 chunk = 0
odbx_result call return: 0
odbx_result resultSet handle returned: 0
odbx_init called with values: backend = mysql host = aldi_1 port = 3306
odbx_bind: called with values: handle = 3754512 database = sodbxtest
userName = xxxx userPassword = yyyy
odbx_unbind called with values: handle = 3754512
odbx_finish: called with values: handle = 3753440

odbx_finish: called with values: handle = 3754512
odbx_init called with values: backend = mysql host = aldi_1 port = 3306
odbx_bind: called with values: handle = 3754512 database = sodbxtest
userName = xxxx userPassword = yyyy
odbx_query: called with values: handle = 3754512 query = DROP TABLE course
odbx_result: called with values: handle = 3754512 chunk = 0
odbx_result call return: 0
odbx_result resultSet handle returned: 0
DBXRecoverableError: RECOVERABLE OpenDBX: Unknown table 'course'odbx_query: called with values: handle = 3754512 query = DROP TABLE signature
odbx_result: called with values: handle = 3754512 chunk = 0
odbx_result call return: 0
odbx_result resultSet handle returned: 0
DBXRecoverableError: RECOVERABLE OpenDBX: Unknown table 'signature'odbx_query: called with values: handle = 3754512 query = DROP TABLE student
odbx_result: called with values: handle = 3754512 chunk = 0
odbx_result call return: 0
odbx_result resultSet handle returned: 0
DBXRecoverableError: RECOVERABLE OpenDBX: Unknown table 'student'odbx_query: called with values: handle = 3754512 query = CREATE TABLE student(
           id INTEGER AUTO_INCREMENT,
           username VARCHAR(10),
           pass VARCHAR(50),
           mail VARCHAR(50),
           name_surname VARCHAR(30),       
           regular BOOLEAN,
           age SMALLINT,           
           average_grade DECIMAL(9,3),
           sex CHARACTER(3),
           description VARCHAR(200),
           starting_hour TIME,
           sign_up_date DATETIME,
           born_date DATE,
          CONSTRAINT pk_students_id PRIMARY KEY (id)
        ) ENGINE = InnoDB ;

odbx_result: called with values: handle = 3754512 chunk = 0
odbx_result call return: 0
odbx_result resultSet handle returned: 0
odbx_init called with values: backend = mysql host = aldi_1 port = 3306
odbx_bind: called with values: handle = 3753440 database = sodbxtest
userName = xxxx userPassword = yyyy
odbx_unbind called with values: handle = 3753440
odbx_finish: called with values: handle = 3754512

odbx_finish: called with values: handle = 3753440
odbx_init called with values: backend = mysql host = aldi_1 port = 3306
odbx_bind: called with values: handle = 3753440 database = sodbxtest
userName = xxxx userPassword = yyyy
odbx_query: called with values: handle = 3753440 query = DROP TABLE course
odbx_result: called with values: handle = 3753440 chunk = 0
odbx_result call return: 0
odbx_result resultSet handle returned: 0
DBXRecoverableError: RECOVERABLE OpenDBX: Unknown table 'course'odbx_query: called with values: handle = 3753440 query = DROP TABLE signature
odbx_result: called with values: handle = 3753440 chunk = 0
odbx_result call return: 0
odbx_result resultSet handle returned: 0
DBXRecoverableError: RECOVERABLE OpenDBX: Unknown table 'signature'odbx_query: called with values: handle = 3753440 query = DROP TABLE student
odbx_result: called with values: handle = 3753440 chunk = 0
odbx_result call return: 0
odbx_result resultSet handle returned: 0
DBXRecoverableError: RECOVERABLE OpenDBX: Unknown table 'student'odbx_query: called with values: handle = 3753440 query = CREATE TABLE student(
           id INTEGER AUTO_INCREMENT,
           username VARCHAR(10),
           pass VARCHAR(50),
           mail VARCHAR(50),
           name_surname VARCHAR(30),       
           regular BOOLEAN,
           age SMALLINT,           
           average_grade DECIMAL(9,3),
           sex CHARACTER(3),
           description VARCHAR(200),
           starting_hour TIME,
           sign_up_date DATETIME,
           born_date DATE,
          CONSTRAINT pk_students_id PRIMARY KEY (id)
        ) ENGINE = InnoDB ;

odbx_result: called with values: handle = 3753440 chunk = 0
odbx_result call return: 0
odbx_result resultSet handle returned: 0
odbx_init called with values: backend = mysql host = aldi_1 port = 3306
odbx_bind: called with values: handle = 3754512 database = sodbxtest
userName = xxxx userPassword = yyyy
odbx_unbind called with values: handle = 3754512odbx_unbind called with values: handle = 3753440
odbx_finish: called with values: handle = 3753440

odbx_finish: called with values: handle = 3754512



More information about the SqueakDBX mailing list