1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fixes after 4.1->5.0 merge.

This commit is contained in:
guilhem@mysql.com
2005-02-16 23:23:20 +01:00
parent 0987d81ae6
commit f314564451
3 changed files with 38 additions and 38 deletions

View File

@@ -19,8 +19,8 @@ n
3
4
5
show binlog events from 79;
Log_name Pos Event_type Server_id Orig_log_pos Info
show binlog events from 95;
Log_name Pos Event_type Server_id End_log_pos Info
master-bin.000001 # Query 1 # drop database if exists mysqltest
master-bin.000001 # Query 1 # create database mysqltest
master-bin.000001 # Query 1 # use `test`; create table mysqltest.t1 ( n int)