pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/databases



On Aug 4, 20:04, Hisashi T Fujinaka wrote:
}
} I thought they were all interdependent. Shows you what I know.

     MySQL Cluster uses some of the same code base, but sits off
on the side.  It provides it's own version of MySQL Server that is
modified to be able to speak to the cluster.  You can use a regular
MySQL Client to talk to the cluster version of the MySQL Server.
>From the client perspective, there isn't much of a difference.
Everything works as expected.  The biggest difference is that if
you want to make use of the cluster features then you do, "CREATE
TABLE ... ENGINE=NDB".  Also, your data is stored on two or more
separate machines, which are hopefully on separate physical servers
with separate storage.  After this, everything you do instantly
appears at all servers that are part of the cluster and you can
read/write from any server.  If you don't specify that engine then
you will get a table that is only available on the one server
(assuming you don't setup replication) like any other MySQL server.

} On Sun, 4 Aug 2024, John Nemeth wrote:
} > On Aug 4, 19:42, Hisashi T Fujinaka wrote:
} > }
} > } Isn't mysql80-server broken still? (I wasn't able to get it to build on
} > } the quarterly or -current on amd64).
} >
} >     It might be, but what has that got to do with mysql80-cluster?
} >
} > } On Mon, 5 Aug 2024, John Nemeth wrote:
} > }
} > } > Module Name:    pkgsrc
} > } > Committed By:   jnemeth
} > } > Date:           Mon Aug  5 01:26:18 UTC 2024
} > } >
} > } > Modified Files:
} > } >         pkgsrc/databases: Makefile
} > } >
} > } > Log Message:
} > } > add and enable mysql80-cluster
} > } >
} > } >
} > } > To generate a diff of this commit:
} > } > cvs rdiff -u -r1.714 -r1.715 pkgsrc/databases/Makefile
} > } >
} > } > Please note that diffs are not public domain; they are subject to the
} > } > copyright notices on the relevant files.
} > }
} > }-- End of excerpt from Hisashi T Fujinaka
}-- End of excerpt from Hisashi T Fujinaka



Home | Main Index | Thread Index | Old Index