Re: Here is a strange one...

2003-09-04 Thread James Kelty
This is the output from check table ArpMon; mysql check table ArpMon; +--+---+--+-+ | Table| Op| Msg_type | Msg_text|

Here is a strange one...

2003-09-03 Thread James Kelty
So, we have this table: ArpMon that looks like this: -- mysql describe ArpMon; ++---+--+-+-+---+ | Field | Type | Null | Key | Default | Extra | ++---+--+-+-+---+ | am_mac | varchar(20) | | PRI |

Re: Here is a strange one...

2003-09-03 Thread Paul DuBois
At 16:49 -0700 9/3/03, James Kelty wrote: So, we have this table: ArpMon that looks like this: -- mysql describe ArpMon; ++---+--+-+-+---+ | Field | Type | Null | Key | Default | Extra | ++---+--+-+-+---+ |